Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,818 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,010 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,822 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,009 (876,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,459 33,459 00000000bd4f91dca8a22435c2cd3a7ec580edb627baa429e2a141d688454d61 0.00 MB 1 0
33,458 33,458 0000000012a13e556b1778b515f7495739fdce568c86fc584a9b3daa6c55ef18 0.00 MB 1 0
33,457 33,457 000000002fa9fe8373e5e033e56025d222c4713b039b2642b7419735c9027b4f 0.00 MB 1 0
33,456 33,456 00000000acafda48231fa4cc48f401b02ac08267f22acbe35a5c0c0be46b7422 0.00 MB 1 0
33,455 33,455 00000000cebe2156b87615f83cd6514ffd7ff8a088612eb5e5250805a6994008 0.00 MB 1 0
33,454 33,454 00000000b4ad213300e60012f3c65c760357f7e17ecd98d3155f0b1bfd0b06cf 0.00 MB 1 0
33,453 33,453 0000000004cc60768e0fb60af3c6c818d299866a2cb5929791315e15bc2bd151 0.00 MB 1 0
33,452 33,452 00000000cdc6b2015e79a32290536b65f9fc230102974669cee3cb0b2fc76729 0.00 MB 1 0
33,451 33,451 000000001d414673496a6bf7303fbee0bd1ee39265591f5e1c76d7b8db9c60c8 0.00 MB 1 0
33,450 33,450 000000005c539171ff21f6786818f7a58969416d6a19b74f2fa5e9204ba6b5a0 0.00 MB 1 0
33,449 33,449 00000000b2a57a70aed04c9b1c0dc1a1a16d715ff016bc7f94031c7a746df63a 0.00 MB 1 0
33,448 33,448 00000000cea2928180be7a209a0833496ad12d29b335ceba73c99adb1e9fd1b1 0.00 MB 1 0
33,447 33,447 00000000302f63243abe53496683b34f6258f568589284004c17a31ef1689025 0.00 MB 1 0
33,446 33,446 00000000bb346daf74444989dedf8f84f627403634105ceaf9152e28ef31301e 0.00 MB 1 0
33,445 33,445 00000000393c298880228c9b07b8f778317f72463af18d98dfead0e4ffdfbde5 0.00 MB 1 0
33,444 33,444 000000007eb3bd3d21ae33649a2ab2d8da0baa5db1ed1787457cc68a73aaed8f 0.00 MB 1 0
33,443 33,443 000000004f9e256bfca0e3ac0ddd699a43770285d69c562058f06c34fec6bd0c 0.00 MB 1 0
33,442 33,442 000000002d27d9d7eae522de8bcf616d2810dbc8d3552a4f4ba57f2e6c124604 0.00 MB 1 0
33,441 33,441 000000005e87b4148462155e26cdebc36eaa4d7be6e15372d7597c654e4c4057 0.00 MB 1 0
33,440 33,440 00000000912fe4395f3d5e7e34a3d8be243389ba0f9252b98db6c09f17966b9e 0.00 MB 1 0
33,439 33,439 0000000010bd628fc70cb7bfc6491ec8749c876ff0a2b5f7c1f4bbdd8fd0ee85 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.41 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,184.49 GB sent, 115.33 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.