Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,781 transactions (0.60 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,102 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,101 (841,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,703 69,703 00000000002708ecbbb0075fb693b38313ea37a6b498fd630a28375e998af1a4 0.00 MB 1 0
69,702 69,702 0000000000858a0995775f4d03aff54ba2cae345afc64ec1bfeb207c95371674 0.00 MB 1 0
69,701 69,701 00000000002f8cdaa1b91da9716ea749c754da235ba4df53fb6c419a9fc52277 0.00 MB 1 0
69,700 69,700 00000000005eefd2c3b421c6b7a980ccd4d651ee29e64adc8524b2ae587c3079 0.00 MB 1 0
69,699 69,699 00000000003f63b59678652bbc7fb2a5f5cda7012e226e0dcbde3e2978a5c348 0.00 MB 1 0
69,698 69,698 0000000001515086b19d8a5feb2585cdccd5f7fa2b0f738247ab94d071e3fad6 0.00 MB 3 0
69,697 69,697 00000000004a6c4db002a0957ad475a1d4772a839619bd3ad8ff85b4509f8ef7 0.00 MB 2 0
69,696 69,696 000000000040ac2702642579babd227ff768d444e5e9edebc7a8ae94211fe0a7 0.00 MB 3 0
69,695 69,695 0000000001524a56e6549e9bbc88b9ee5df34166130f367274fddec48a855f52 0.00 MB 1 0
69,694 69,694 000000000101aa051b5f60cf8f99fb48e517fbdfc9a5a0210a4add91fd5fcd87 0.00 MB 3 0
69,693 69,693 0000000000ad8b593d261a4f9386ac18f9a44b0bdd715b405a44e3581845c142 0.00 MB 1 0
69,692 69,692 0000000001440e055cd6783741de935b585cdff354c0c5de8bd85654217d3508 0.00 MB 1 0
69,691 69,691 0000000000007103600681351c66919772d305e52664c8c2104849085d09a72e 0.00 MB 1 0
69,690 69,690 0000000000d0ec16bf5d438b613002c26a1096f913f7a424865848d08e22b292 0.00 MB 4 0
69,689 69,689 0000000000e64bdd12a24e4e9d75d751b30643266e3a963594e60b42b210c779 0.00 MB 1 0
69,688 69,688 0000000000a51c76233ef628e84681fe1ba89fe4bcd206956d6f5dd65a0e4f07 0.00 MB 1 0
69,687 69,687 00000000001739fdd80b43d5d585cf7ced5fd8c91dd55dfd4577807a93fe7b10 0.00 MB 1 0
69,686 69,686 0000000000967764a7da4bb1dd526351cb1ea1bc7fbc4a0aecacda8a406881b5 0.00 MB 5 0
69,685 69,685 000000000005887d276d0d3e078afd018a092c2d04b4c2a9811e30fba4066660 0.00 MB 1 0
69,684 69,684 00000000002408ab4e1216131d79f4778ef3a46a68d06212ae649f1303688b30 0.00 MB 1 0
69,683 69,683 00000000006963061ba6601a9955cd69b3221393b350261948e262a35a94d48f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.43 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,369.57 GB sent, 125.92 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.