Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,351 transactions (0.58 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,588 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 2,346 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (832,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,883 77,883 00000000004dfdac00c77c1f8223c35a3d43b7c911e34b7f8d69da6f4e1dbc8e 0.00 MB 1 0
77,882 77,882 00000000000f56b5104231ea03e25ba4f8e0c8495076f9084a58cfe57b9fb85f 0.00 MB 1 0
77,881 77,881 00000000003550f5085e373e153cf06553eee6a7ad7010f839f6310da3b7ed77 0.00 MB 1 0
77,880 77,880 000000000053c807917112601f8fc2d325b79199b496c340aa26821cb9a2f3af 0.00 MB 1 0
77,879 77,879 0000000000474b6ea6757876fe178d5d2205e65007d6304c23929b95bcbb0a8e 0.00 MB 3 0
77,878 77,878 00000000001fa2c355a1235b451bad07c303f845e073d14b29a4adb3a39da0a6 0.00 MB 2 0
77,877 77,877 0000000000411afd0726e067001d1b36cedaa12ce016af4e5fbcd0813a56cd0f 0.00 MB 1 0
77,876 77,876 00000000004b412be053f55040b282b02b93d54da3684b8e01b3f2bc32224675 0.00 MB 1 0
77,875 77,875 00000000005386ca39f316b4eac921e3a56282cf821a02588e10b9841beb41d4 0.00 MB 1 0
77,874 77,874 00000000000d0230731c8b49553ea450590c5963d17b3bd0efe3139c3e496bce 0.00 MB 2 0
77,873 77,873 000000000004e812f1a7dde03d469c11c12712f262faecbc1a473d5b0ee7b688 0.00 MB 3 0
77,872 77,872 0000000000485792607f9a57fd35efb01c2ba8dc8dd16f30e3289dfae4eda467 0.00 MB 5 0
77,871 77,871 00000000002710616573c86722fc2b10621ea9274d6bc383f0da2ea6c72a4a6f 0.00 MB 4 0
77,870 77,870 000000000035f94708bea212a7bb4e7d03666a0f900cc5ef9e9f99a92125bbe5 0.00 MB 1 0
77,869 77,869 00000000000f2e84147e83cedbf81e9952ff58675118872154f9d0622cd6ddc9 0.00 MB 1 0
77,868 77,868 00000000002eac9b0a6efbf2e45981719b0e30fa73cea9ef3d703303dad6e3b4 0.00 MB 1 0
77,867 77,867 000000000016176e83ea769defc28315aae88fa97b0d248ac7afbf78448303f3 0.00 MB 1 0
77,866 77,866 000000000049753cc0894ad562c85d51b81e4c288d5ae19169553b8251eeb4a5 0.00 MB 4 0
77,865 77,865 00000000004029faf162541088c801a3837f801942eb0dd96edea0f973265aa2 0.00 MB 1 0
77,864 77,864 00000000005fbb06eb38f590dff3a5fd7f79e14aa1443dc5107c0d9c49d529c5 0.00 MB 1 0
77,863 77,863 0000000000311b5f0cf67510c50b77595e951255c9637406bcc42c33cb4a81e8 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.46 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,254.85 GB sent, 120.88 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.