Memory Pool Memory Pool Refreshing

1,136 transactions (0.37 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,119 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,132 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,118 (836,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,474 72,474 000000000104e4546019d1e8a3cb2dcad7d5889bd7ad8d69db1d7ba3a70e4881 0.00 MB 1 0
72,473 72,473 000000000063b7a146b64037a814262e383b0c71d842fabba608859104382af3 0.00 MB 1 0
72,472 72,472 0000000000624c86550bb346b0a358787f5fb6b3f079575b657edfeb8643fa32 0.00 MB 1 0
72,471 72,471 000000000006e65ba994c9bdb62816de3dea8060339efe282dd6223ed5c317de 0.00 MB 1 0
72,470 72,470 000000000003d25cfb1a16f01e072fce02371978167efb23b40997737e2a186c 0.00 MB 1 0
72,469 72,469 0000000000187ad4fc612a249f33f038829749bee808d311e26faa822dcf624b 0.00 MB 1 0
72,468 72,468 00000000000febcc37f678da2047082dcf1194154c34d2e487d9495d86bd54e3 0.00 MB 1 0
72,467 72,467 00000000007e3ac529ba1844f14d8c43558a5664141e88d91796f9333af04520 0.00 MB 1 0
72,466 72,466 0000000000e788283db4d5e9d1702e559d6b5b3655f34b0444de4971786d6e76 0.00 MB 1 0
72,465 72,465 000000000054e39b512800901f5e79a953b26f0f3c3beecc44f16a13e0257127 0.00 MB 1 0
72,464 72,464 0000000000149baf19073ce76a4cc2783521054f35ac598d89635bb28cac17b2 0.00 MB 1 0
72,463 72,463 000000000052659fe1dcaa03402fb6ef3ef803d6c00001e97cf8a7a528cc78c8 0.00 MB 1 0
72,462 72,462 0000000000b1a475e98cd98bf599c3b9b1aa0fd4f992a2116ba89f29c1dd988f 0.00 MB 4 0
72,461 72,461 000000000073b9b4a6dfc402c340e0d6a8b435086c74b18a048dbe40626ac9e7 0.00 MB 3 0
72,460 72,460 000000000100f004eef5774d2dacebb21fdfc72d439f73d3b4e278ab34cceb5a 0.00 MB 1 0
72,459 72,459 0000000000145dfda5eabd56e84f53e94c1d521048d17ecc23af43a257865236 0.00 MB 2 0
72,458 72,458 00000000009a47d0dba0579d535c8dd86862830605262e502d24c6fdb055f7ee 0.00 MB 1 0
72,457 72,457 0000000001052f4037ede978c016da43d9f64c7b0c59fb8635fa024d33333c37 0.00 MB 1 0
72,456 72,456 00000000005e861f89b1455ba146327a5a7132476b8cac7509ea6009865dccff 0.00 MB 1 0
72,455 72,455 0000000000c076315e2919ae896b067a1a339051e27694e27867d78fa342c0e3 0.00 MB 1 0
72,454 72,454 00000000000fb0558df61c33fe5b284d98c3114e3b3210ade18521535ca5da30 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.76 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: 1,927.43 GB sent, 106.36 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.