Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,876 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.86 vMB 2,870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (230,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,481 680,481 000000000000000000061e3115cc2113a1659133f35fe44af7100e8186cb1c20 1.43 MB 1,571 62
680,480 680,480 0000000000000000000af736589260da19ad1665f3a3b60bd07b527265d32850 1.29 MB 1,267 33
680,479 680,479 000000000000000000008361d7f33cce9988ae139b2169dae1b7f7ff93fd3fe6 1.60 MB 1,391 41
680,478 680,478 00000000000000000004829e049698cdd9f7b74fdde1f60fa452c83559edf783 1.47 MB 1,375 57
680,477 680,477 00000000000000000005ebaa7a05df717d36e3caeb86c85ac98230aeb8b42cce 1.57 MB 1,318 48
680,476 680,476 000000000000000000000402bb6f7c2cb05760ad901d91535d9dd6c2b7359d42 1.40 MB 1,097 39
680,475 680,475 00000000000000000005ca860fdf09b3eb4eaba8cda18ce5af0be5b801790b7d 1.48 MB 1,245 58
680,474 680,474 00000000000000000008d96472b071ff55e03f34ad664894b01466952441ee09 1.37 MB 1,767 45
680,473 680,473 0000000000000000000990653495a1c701d6898c67a2f97a10f7640943aa3b66 1.39 MB 2,458 70
680,472 680,472 0000000000000000000051c932191248aa8cef3197f20c6f803ffb25242fe165 1.34 MB 2,476 72
680,471 680,471 0000000000000000000b9e89a92347ea90858700ef814bc9fa4fd36ffe4d0513 1.55 MB 1,271 62
680,470 680,470 000000000000000000037cd2a7e858e70061fef6d3bd16163f2101afa72c7473 1.44 MB 2,613 157
680,469 680,469 00000000000000000002f28298b71f051cdc5dcee3d0ebd7823572a9f76fc474 1.42 MB 1,347 70
680,468 680,468 00000000000000000009a7df71278c99fc82481cd74f4e9e26052a360f6c0abf 1.08 MB 720 59
680,467 680,467 000000000000000000039abcae4be075d18f43bc6f585d6e5f49158f7dc04d5e 1.48 MB 1,343 54
680,466 680,466 00000000000000000001d19c10c3a3559c426191e8c9914b15801071ba59530f 1.14 MB 813 160
680,465 680,465 00000000000000000002c3be8817765d4ea83fbbd1d97c41f7fda5e97894ce0a 1.29 MB 2,234 54
680,464 680,464 00000000000000000003e1adfe18263f2bb64c65362df688d642cd05068b8e6b 1.43 MB 1,861 86
680,463 680,463 000000000000000000050637152113d1d8be97bbc82a493173637eaddb5dda52 1.53 MB 1,788 118
680,462 680,462 00000000000000000008b908e60f8944195f1c3b938956899afe8ddc04573f93 1.32 MB 2,420 110
680,461 680,461 000000000000000000078a8ca64ee9b6319da2042d44be0e9f9ba769ed399c2b 1.36 MB 2,222 108
Previous 10 blocks ↓
Total Size: 775.92 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,401.74 GB sent, 128.44 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.