Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,027 transactions (2.20 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,259 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,258 (842,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,060 67,060 0000000004386a83ab94c47ba4c13640be19f695aec1b1945db7eaff85797554 0.00 MB 2 0
67,059 67,059 00000000030b11316e0abdba728bd66d6a7998c1cdd90a7b69afae70feebf2e3 0.00 MB 3 0
67,058 67,058 0000000001c43d03acf0afb1f3c635719043c6f95502318ef2321f473a7752c8 0.00 MB 4 0
67,057 67,057 0000000004e87536312f48bb031bc83bb8041c5eaa74fe32157e424288fd8b1b 0.00 MB 1 0
67,056 67,056 00000000005c9e55a7832d80a8ae84b256fee3c55b566906aada624059c13b88 0.00 MB 1 0
67,055 67,055 0000000000a1b6396c3b2ee1fbfd687686ec1e0ace30389ab1e1c9ba8171bae8 0.00 MB 2 0
67,054 67,054 0000000002583321053fb91f2c1c8a29cefc227b364efe11c1304029139c4ce7 0.00 MB 1 0
67,053 67,053 0000000003bb2c98c36304d13f0798c73795b4f2cabf0d0154607161a3bbca81 0.00 MB 2 0
67,052 67,052 00000000025713ec5479240f3d83d3efab7815f057a3a9deff2af57ddec9905f 0.00 MB 1 0
67,051 67,051 0000000001861d0277bfdf4eb123d868d182724153e139a1b975207813dff83f 0.00 MB 4 0
67,050 67,050 00000000001edfa8283aec2ac436b4bbfdda7e734e6f5627a7d3696cae61abaa 0.00 MB 2 0
67,049 67,049 0000000002d5be28c39eeb0139a68ee5e46d2d033b8e1412e9df6e3156d8db2a 0.00 MB 1 0
67,048 67,048 00000000045190b3402d9de5eb7c703c38aeffbd9613a9730fed190f87151348 0.00 MB 3 0
67,047 67,047 000000000318f27eefd44bd9df26ce80ebc6cf526b1bef78ca86b17627bccb96 0.00 MB 5 0
67,046 67,046 000000000150ddf46fb50141b8170b05af789d19c3ff019b78712c92d7fc1e4e 0.00 MB 1 0
67,045 67,045 000000000267b41b996e56dfdf09c74ad4aa9911338ceb4b73e86c0c8f227f72 0.00 MB 2 0
67,044 67,044 00000000045ba1667ee1409ea964a10938a7327c222666dae03e19311ece336f 0.00 MB 2 0
67,043 67,043 00000000035053517f3ff9c519c4c074b324f1651814e0233cccce8b6744abd5 0.00 MB 2 0
67,042 67,042 00000000039e9f3196a1d0ce894375090c99d91a093fc9d06e45909cc077006a 0.00 MB 2 0
67,041 67,041 0000000005659da35fa7a7c1387505e67e1482590f4d864198d493524f9170d9 0.00 MB 1 0
67,040 67,040 0000000002bd15e4c6cf7eea9d755f27b4ccbd3d0081049f64b5f986994ce987 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,037.65 GB sent, 108.07 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.