Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,552 transactions (5.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,313 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (878,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,062 32,062 00000000e3e486012b5f2bd718e51736fc62f087b089164b3c5d2eb16fd25db8 0.00 MB 1 0
32,061 32,061 000000001e21fd83a2fdf4083845d3c25eb840b6c07094bc7a1404788538cb91 0.00 MB 1 0
32,060 32,060 0000000024b911bb1ae68e59ffe0ddf6c2498d78781ab8b0628b5eaba7ecbf2b 0.00 MB 1 0
32,059 32,059 00000000ae0c39bbaf160673893a9d041a90a3d0019ad97d25175efb170a151f 0.00 MB 1 0
32,058 32,058 0000000001a49e23167e8311b971a339b87b1a3625a6692c18d52cc77c93830a 0.00 MB 1 0
32,057 32,057 000000007d4dd7de080b9776ecf16942bf0f89f5c917a614dd8cb4de3fb34a5b 0.00 MB 1 0
32,056 32,056 00000000c3326faa6218c8bd55cf6b44b7e9db6d0c7b4161c80fdbddebeaeb3a 0.00 MB 1 0
32,055 32,055 00000000dc227e69695654737fdf916f858d35b0a517597a0bad71f2f3437737 0.00 MB 1 0
32,054 32,054 00000000893d9f46909ff0f60a176c96a745779ebb7b05ecc5a6cf632b0c6996 0.00 MB 1 0
32,053 32,053 00000000efae5650909ba4288b7bd2d7ee08f297a5f97cc2c9304a486d594b0a 0.00 MB 1 0
32,052 32,052 00000000f61f17d3db37f0d7ba3bfad9a72f1ba1eccb3e51d988122a3c4183e6 0.00 MB 1 0
32,051 32,051 0000000082de8f6c957c4aa0fa48b3d8e8a59c4112cadd4cc9f471875359fb7f 0.00 MB 1 0
32,050 32,050 00000000d4fa084218af34f581470471cd536a30885df16b1899a0b9bc2b3a5e 0.00 MB 1 0
32,049 32,049 00000000a5f2cb21d349cadd6a0e007cf8eaac6b94ed7a634a149fdfcdac7716 0.00 MB 1 0
32,048 32,048 000000008671891f1074e7259343d8309c199e9bc52f5986d0a66feca9f0a032 0.00 MB 1 0
32,047 32,047 00000000f2856bd2dd8847e89d52af3c60a43000dea5b251395ac0df028eb062 0.00 MB 1 0
32,046 32,046 000000003bd4562c605c8e2c437050f1ae6f2dee6d492ab3aab7816fb214aede 0.00 MB 1 0
32,045 32,045 00000000662eef0b8e305e388b35856801004f4ffa078be08e98e45300cd5866 0.00 MB 1 0
32,044 32,044 000000000016294d1162587f28a32b84df6644c71c1bbbef343830b3bb31e4df 0.00 MB 1 0
32,043 32,043 000000005184d3ca9eefaee75028d45b7ca9647e2d434eb69528bcacc625df60 0.00 MB 1 0
32,042 32,042 00000000a5de937a337636980f7183b17b88841ede569113fbd8c085b964d3ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.80 GB sent, 121.28 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.