Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,573 transactions (2.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,083 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (869,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,499 40,499 000000001ff698d2460d9e6054b137b2ff86ab46fff881e3501da8483c83039f 0.00 MB 1 0
40,498 40,498 000000002f3321bc6d7bb7dd350d1e2b334ac983fca5767a58b50bd1c2f7418e 0.00 MB 1 0
40,497 40,497 0000000021dcd270606d6b1a5b34c5cbcc8d020b9b7cb856902a1268196ee4bc 0.00 MB 1 0
40,496 40,496 000000004e01ef71216e9f50ecd2f75ba64363b1e5ad1773f09f6aca5eabeaa0 0.00 MB 1 0
40,495 40,495 0000000004bfb3deb92676c673907f96d3453e4a3b4cc4cb403526e7d696bd53 0.00 MB 1 0
40,494 40,494 000000005fb137827d4d536a947d2a80bc66eb03f80b46df357fd9131ba12f10 0.00 MB 1 0
40,493 40,493 00000000580249c12547dd55e67f2da9b982dc5faa434f9b1e140860237407dd 0.00 MB 1 0
40,492 40,492 00000000243e454baa86c3dad468635d22da6a1a1aa98131c9379d81ccb37090 0.00 MB 1 0
40,491 40,491 000000005a4f3516079b5811d1976bf8e323069b97395a7b3f7aa4fb1d1d7bbe 0.00 MB 1 0
40,490 40,490 000000001f0e2e51b4bad497c39a27ecb8684b664667aedce8aa4e59ec8b3434 0.00 MB 1 0
40,489 40,489 0000000016d73539ae0fe73ee7676acf1df580dddd607b6cb537e90efa957b30 0.00 MB 1 0
40,488 40,488 000000001609b4524bbdf24feea9dd26b9ea09b92e29138f25959f62b3b26647 0.00 MB 1 0
40,487 40,487 000000003cdc923a46c550f7bb6ccc28b97e3a8e7799a90d0f121bc031d61e06 0.00 MB 1 0
40,486 40,486 00000000396b11b10a061e45f067001dfaf3e786623a25e06fedb4baf7abbfc5 0.00 MB 1 0
40,485 40,485 00000000049fdab8b63116073b8d49e8e72b3ec2c8d7286023301737ce6e38fb 0.00 MB 1 0
40,484 40,484 0000000062fa5374f259b0534c66e4960b9867717b7b29f59842306fb13153bb 0.00 MB 1 0
40,483 40,483 0000000044d20ef9dca82dff6f5901fe142d402d4fdf47f2cdd03a1a9ef5cc8e 0.00 MB 1 0
40,482 40,482 000000003682eae44a21546dcdf614719d047bcc1b82cdd775de06e5e6779768 0.00 MB 2 0
40,481 40,481 000000000e77c385f0d453eb36ec71a828e9482bf3c57664ec6a796b5ee10740 0.00 MB 1 0
40,480 40,480 00000000085260c47fbf59b75dc3eee8d623cfce3cd6be1815b4307121bf8851 0.00 MB 1 0
40,479 40,479 0000000023071e5bd8366c3b8223b4dfa9b5ff1b3bb3bb96c3de0a5f88893621 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,150.03 GB sent, 112.49 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.