Loading Tool

Explorer IconExplorer

Memory Pool

2,820 transactions (0.96 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.42/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,409 000000000000000000022b910000000000000000000000000000000000000000 2,809 0.02355679 BTC 0.95 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,408 (897,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,877 14,877 00000000faa4b5450ac366589888f0d38a2610f069339759e8ff5bbc6cca0be2 0.00 MB 1 0
14,876 14,876 00000000e2bbe34f2d66d4ce57db011369496c1704f006996b1bdf3733f867b6 0.00 MB 1 0
14,875 14,875 000000004b825b10c3478dba82f5ef818b36b0c465130f82377e99938b5548bb 0.00 MB 1 0
14,874 14,874 00000000c2b102d942194fa895b4c66de0b9c10fdc707bdc0f0b162dbc92dcbb 0.00 MB 1 0
14,873 14,873 000000007ff9d11636237b7a42d9d8712204c6d5d37afeea7072a2e55ae3cea6 0.00 MB 1 0
14,872 14,872 000000001f504d4358905be654cfd719c4fb84a03fda27b6cf3c8c403dde8b46 0.00 MB 1 0
14,871 14,871 000000004a7b75d7888a2074f9ced1a3ba237da477921210a1859889562477b7 0.00 MB 1 0
14,870 14,870 00000000fb15030cb82f0a331e3a1f8c57a1cc41d56334e92f6833a8f8825c6f 0.00 MB 1 0
14,869 14,869 0000000080826bd060e6890822a2d5b917a22a48422774b1dbcb88c8a66c0bb8 0.00 MB 1 0
14,868 14,868 00000000626c69c09581b7d9d40ef1fdfeb28247da1fdb6881392be2cec61933 0.00 MB 1 0
14,867 14,867 0000000000f00a60b508f16dd1cb515a50e5f2cabf283306a9b1016c5e1ac317 0.00 MB 1 0
14,866 14,866 000000003ffbc185fdc146e8597b807d875370033c5776abe2ccb5348f7eb246 0.00 MB 1 0
14,865 14,865 000000008196486fe2f96ea6856bbb9b660716e58eb5b02ad1c4e19fd3a2e457 0.00 MB 1 0
14,864 14,864 00000000934059873482309b894d6fb5abe3a851880fca79384479ff87696640 0.00 MB 1 0
14,863 14,863 00000000afc42a67d852fb1a4d9c6883200c8fdeb862eadd84e095db1090ad53 0.00 MB 1 0
14,862 14,862 0000000055f4cecb32270642c4eb521fec0beb355b10f9338d9cb329913ecee5 0.00 MB 1 0
14,861 14,861 0000000029a18ab0267c10b9c5eea5f094365d512580387f54766c7f28709767 0.00 MB 1 0
14,860 14,860 000000004b50724ec69186470ca01d1651f5dc88e4673e14890d63f95f3d65be 0.00 MB 1 0
14,859 14,859 00000000a05632efce228ac5bc350bb187326f5b8accd39cb7e657dcc5c09562 0.00 MB 1 0
14,858 14,858 00000000fbcc589b6cff2f4ea6c389d2aebf2d6ef02f90148808f885653432b5 0.00 MB 1 0
14,857 14,857 00000000dfa357d0c53fb6c86031204721e63d09eb77d3cafbfd188e0b283da2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,551.11 GB
    • Received: 137.34 GB
  • Uptime:

Notes

  • 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.