Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,691 transactions (1.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,966 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,055 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,965 (825,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,373 84,373 00000000000435fdb3535879e74654a460a51f46ac7c24b50a51e621844177a9 0.00 MB 4 0
84,372 84,372 0000000000027f87599f26287dabd4b91cd0b9a7db6fe6c20bb70b5ad00555a9 0.00 MB 1 0
84,371 84,371 0000000000154910cdde1cd0a803f58c81372bda9ca58db6a2645b682d6f6dbd 0.00 MB 1 0
84,370 84,370 0000000000202e41bae3b855707776d886651f5db7fd5bdbfa6db9c2c105d5f4 0.00 MB 3 0
84,369 84,369 00000000002be83a6b97e15a97b581f762d15ad6ddd3c7defb876cca36e1505c 0.00 MB 1 0
84,368 84,368 00000000000a49adf8e374ec82dbf4f8476de476cda1e9556630f4597ce8334e 0.00 MB 1 0
84,367 84,367 000000000028712033be6b86822be0caa378270c52d6a0c40d2073d3bc32230c 0.00 MB 5 0
84,366 84,366 00000000000a7a3152c81007cba2e0a760b9194fd241c2a1cfead499b7a9be5d 0.00 MB 1 0
84,365 84,365 0000000000044798a3a0b8e3afb4f9c8d72d0fd7b9dafe851501ae266b432943 0.00 MB 1 0
84,364 84,364 00000000002f15fae7857e22d1aec7284a3e7a65156c7e7c3f861c397c4a9692 0.00 MB 1 0
84,363 84,363 000000000026a4f0a078d7713c990b164bdce7e840acfb8222a4f4b63fef0d4b 0.00 MB 1 0
84,362 84,362 00000000001e193616920959f401e0c60067da54e95c91a35edad6704486adb8 0.00 MB 1 0
84,361 84,361 00000000003176f5756fe217f9d4e7684a40bac16cf32cc6b3e67cdb569a9f7a 0.00 MB 1 0
84,360 84,360 00000000000e078263ca06d31b1fbf0147054536cafe6ec296fab1753a38d0b0 0.00 MB 3 0
84,359 84,359 00000000002b30583b79ae6c09b054f98aced7a71a078df1c60d12f11453c69c 0.00 MB 2 0
84,358 84,358 0000000000283ae6742b8b4eab1e623c05b1b65cc489fee395d7e0dbb01b9105 0.00 MB 1 0
84,357 84,357 00000000002d9ceb92ddc005799f40e92364037ecc0154c8d3b3d1381cbd911b 0.00 MB 1 0
84,356 84,356 000000000018c111d4c0e751157ade07db163098df75978189b37baed17591a0 0.00 MB 1 0
84,355 84,355 000000000013fe3b1f41b90c295f8b49b170b4cf8a820b04f335ef0c52d1d811 0.00 MB 1 0
84,354 84,354 000000000013097f4bf878d14c7e9b212f2e86e192b0b1ab51e11d90be19b464 0.00 MB 1 0
84,353 84,353 00000000001acd39ab647fa4932b93120a1cadf1e967c243ce5f3f9275d7b0fa 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.34 GB

Node Information

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