Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,393 transactions (2.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,430 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,094 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,429 (839,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,265 70,265 0000000000c70cd38c943e90a547ccc3dbd9e9f7cf2e5b68c7d3d86a42c27f27 0.00 MB 1 0
70,264 70,264 00000000006e79c75550e1ff1b4e916bb70150f1ecbbff92cce97e9b97229501 0.00 MB 2 0
70,263 70,263 000000000113aeaf108bb8e46bdb44c0ccebbf9f88f593fc9dca6e1d727ee36a 0.00 MB 4 0
70,262 70,262 0000000000f5242609e2db313457e08af02335a63f1341e82de51f519e9c7d81 0.00 MB 1 0
70,261 70,261 000000000144f96ce519099cf3756eec5c818f088dcd4158835b8c2eea8659d8 0.00 MB 1 0
70,260 70,260 0000000000142aff94e91d48a2aea03b6f4008193f9f2aebedd499039b3ccb50 0.00 MB 2 0
70,259 70,259 00000000012ff40fb1dd9bd99cea853e731d4395604674d4aadbb524b769d697 0.00 MB 2 0
70,258 70,258 0000000000e88f872d0fb0f06db795426ff2eeb70d4bd98b4e34d2fe8ce98d53 0.00 MB 1 0
70,257 70,257 000000000045d572224dcd97281638f70df0b485af67d57aa71e32a7e82a53d0 0.00 MB 1 0
70,256 70,256 0000000000cf8fa1b067ef83dd1382dfbdeb7af3454b8bdfab148507e1cc7042 0.00 MB 1 0
70,255 70,255 000000000029b9a85c5f714be9225a5f6b95f1eb8b04233f27b61ce6449ed03d 0.00 MB 2 0
70,254 70,254 00000000014bfb9003872ec26043309f046ddb1d2a9ae1383aee67f9aa357298 0.00 MB 2 0
70,253 70,253 0000000001581ef03aa4297f9deff40bad49959129d16273b616ac205371978c 0.00 MB 1 0
70,252 70,252 0000000000aab45cb933d17308888752de44710a896cf40ae5fb004f0e835eaa 0.00 MB 1 0
70,251 70,251 00000000014afac460d1caf5fd05869b04f0678f1cf0174f7f9766d2d262f418 0.00 MB 8 0
70,250 70,250 0000000000ad73941337f5c5fc0ae779167adf42c8586ad9855df17c6b98ad52 0.00 MB 1 0
70,249 70,249 00000000011c1f2b97bcdc94bc1b4dd1beee352646d9f16ec584426c40cb9e94 0.00 MB 2 0
70,248 70,248 00000000015b8e3b3da82dd713468ab503dcc099c8fada96aeeb01087ba283dc 0.00 MB 2 0
70,247 70,247 00000000004fe87077f3f0cd27bc600a36fe5f334e810566986df9928bb66b17 0.00 MB 2 0
70,246 70,246 00000000010365b0a16d1ad7d3796fdf5525751c47f34214673cdb0be3f2d5b9 0.00 MB 5 0
70,245 70,245 00000000012ffebdf5b9b4a7f1f4b9dc3fdd8a0ecb357be11d70ea8b615f74d7 0.01 MB 3 0
Previous 10 blocks ↓
Total Size: 772.34 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,077.03 GB sent, 109.91 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.