Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,680 transactions (2.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,218 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,217 (867,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,529 42,529 0000000008dbf9bd894819ff8d191e37aec841c4d38a0388ceffce4880679a08 0.00 MB 1 0
42,528 42,528 0000000005297c59edf5af97ab26940266ba00c64fcb0aab7736c94bca8235a6 0.00 MB 1 0
42,527 42,527 000000000df5341d492eca456294fb1fa5486c7a5e1f648e68b2bfc7796bc9b5 0.00 MB 1 0
42,526 42,526 00000000311cebcd07bdd1a73f4a16f944176c39678082181fff04c127b518c9 0.00 MB 1 0
42,525 42,525 0000000006f92750180a381d932a6ecb508b5a93ff5a3fc1ccffdf3f8c28ec66 0.00 MB 1 0
42,524 42,524 000000000df97d846b3d900c1aed9078ac885bcc4bc1d83d45d7ac4a1c59d406 0.00 MB 1 0
42,523 42,523 000000002caee47340703cd3704290644a6b88bb3c4cd5e40770aac95c6db4e8 0.00 MB 1 0
42,522 42,522 0000000013a416cc8be5ff33e2726aba08560983dd15d9757f04fca4fae5d4a4 0.00 MB 1 0
42,521 42,521 000000000d5241ba368c4623b5f50354f62c107c174370fb70eb79008ebf41dd 0.00 MB 1 0
42,520 42,520 0000000022998f81363d28fc67c45076e3162ddff69e3173b1dfb834f720702b 0.00 MB 1 0
42,519 42,519 000000000315e3a9cf05f15748ee2a943943fb386bd9b29adc01ba634f6192d3 0.00 MB 1 0
42,518 42,518 000000000d97453f5fdf651fdd32c6ac73f4e1e79a1e594ff9729841654166cc 0.00 MB 1 0
42,517 42,517 00000000402e5aa26e8b9ea799f909d4f3a530677de2c482fcacf098f0adca49 0.00 MB 1 0
42,516 42,516 000000001931eef594f7a2473a0b9fc7a454ca8b701f89151ca32b15ec1ebef0 0.00 MB 1 0
42,515 42,515 0000000003c36ccc1aacc1dd875b13f3ad0586e607b1a4c966ba4c38028c7de6 0.00 MB 1 0
42,514 42,514 0000000042e967c80b0f226cee600905ccf9ddaab3699e790681bbe1800c37b3 0.00 MB 1 0
42,513 42,513 000000001c29db5aff71e728eff5a0a082d4bec3a60c67f3746a76ed5fc00d93 0.00 MB 1 0
42,512 42,512 000000003c57b7de6e568cfbb5304b828c018b40beda4430eeac6eefbe39719d 0.00 MB 1 0
42,511 42,511 000000001b73b1e410f6566610e2e2e73887ca8805e333023025f33cc8ce2077 0.00 MB 1 0
42,510 42,510 000000001adb0dc2ba0a1876aa8f6a6ca506876a97e7ff00cbc74d8b841e2bc0 0.00 MB 1 0
42,509 42,509 00000000307fd3306bdf3d23616327780eabd2d11df0a1152413320644b41a44 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,199.81 GB sent, 117.61 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.