Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,959 transactions (0.60 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,575 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.59 vMB 1,957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,574 (231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,343 910,343 00000000000000000001eeb9e342795ec848c80a58393f05c6c7571198431e94 1.70 MB 3,083 4
910,342 910,342 000000000000000000022958f985c19aa8f122fb71a592d6b883d810eaf4f6be 1.73 MB 2,853 3
910,341 910,341 000000000000000000005e09b242a7aa171a542a6ef10ef5ef44dc49b1c35d94 1.63 MB 3,777 4
910,340 910,340 000000000000000000021af4b4b1dc2bdfbb82301f9cd580f9057b2ae3aaaf1c 1.66 MB 3,832 4
910,339 910,339 0000000000000000000101640e981f748d5000a455f0acf261d901c4cdaddd96 1.68 MB 3,224 2
910,338 910,338 000000000000000000003a49842e7c3dbd9b86227beb45dca57cdbcb2c5f40b1 2.17 MB 88 0
910,337 910,337 00000000000000000001a4cc3c2f54d346fb2fdee1a32e1a901ab7ec26e7a4a8 2.19 MB 1,025 0
910,336 910,336 00000000000000000000ab3abf78c44c993e885c634009db809a0f9f3b307ddf 1.57 MB 3,024 2
910,335 910,335 00000000000000000000315c1f7508b32462867da67b15d4fdbf2af902eff424 1.85 MB 2,335 1
910,334 910,334 00000000000000000000e47dd03e23601545f44091787f9fafbdf841709c68f2 2.00 MB 2,611 2
910,333 910,333 00000000000000000001fac8d5f0077c5af6a35c6baa1381763ce2090d44b7ab 1.62 MB 4,120 2
910,332 910,332 00000000000000000001e3ef1d33f0e184c24894a148e82db54d16c1260bf47d 1.54 MB 3,980 7
910,331 910,331 000000000000000000015663657d5a6f41ea0a0b3e9842c746a7f406d7e04b03 1.61 MB 2,930 1
910,330 910,330 000000000000000000012713ff77cdad347a20d0271b9a66ade3a4d575703ec1 1.11 MB 791 1
910,329 910,329 0000000000000000000003bff280e090f443c823070e347cda25fe9a52e0426b 1.09 MB 609 1
910,328 910,328 000000000000000000002376ac8b7064d0b7bb8225ed5e78ea891a1c1018559a 1.29 MB 1,971 2
910,327 910,327 00000000000000000001aa375ec5c59fdca3bd1d5bfa647603bd39b6d82dfccc 1.07 MB 512 1
910,326 910,326 000000000000000000006362118b366859f13e1d4c426bac10497d49f536d723 1.41 MB 3,111 2
910,325 910,325 0000000000000000000111905f2d33d25af10fe76e4946ae5d9bed1facc0e2a1 1.94 MB 1,921 1
910,324 910,324 00000000000000000000602837585e26777da07a52f077971506e139b05edff3 1.77 MB 4,152 0
910,323 910,323 0000000000000000000039d768170a127acab4590e55c667c9d1d1593ac84e29 1.65 MB 3,750 1
Previous 10 blocks ↓
Total Size: 774.44 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,253.05 GB sent, 120.76 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.