Loading Tool

Explorer IconExplorer

Memory Pool

43,502 transactions
28.66 vMB
0.06843950 BTC
Random Selection Loading Transactions
Max Size: 148.09/200 MB

Candidate Block

Mining Attempt 72250f84635e2b8a217ef4e356dca04e433f9ebbb1952b8e0bde901a7eaa5aeb
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root ad45ff291bb2caf5a4c8093b230d6bd512f59bfdc3b1393af215951c7e845828
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,119
Size: 1.00 vMB
Total Fees: 0.01286386 BTC
Feerates: 150.75 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (332,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,301 582,301 0000000000000000000567b1160ca99821f92319283aa52122efac94dc5c2482 2,420 0.92/1.00 vMB 40
582,300 582,300 0000000000000000000193279e8745106bd825d52f76298b5b7ff251c25548f3 2,931 1.00/1.00 vMB 65
582,299 582,299 00000000000000000023cf470260af608c1be3715379c4bd1971c42abaf2c40c 779 0.93/1.00 vMB 32
582,298 582,298 00000000000000000003b1055e03ac6d20ca4a85a5f1b6cf4ec790ed08d8d51d 2,363 1.00/1.00 vMB 17
582,297 582,297 00000000000000000025a842feb533a9c14fc9a5b973dcb924011688cd30ab2d 3,021 1.00/1.00 vMB 79
582,296 582,296 00000000000000000014a53cedec40791612a7e9e3bdabfbbc4548b0d3289866 2,384 1.00/1.00 vMB 53
582,295 582,295 0000000000000000000ec725e3c7ab32f6e7ea83baf1253e4b276e3b7ac2e36d 2,105 1.00/1.00 vMB 42
582,294 582,294 0000000000000000000925020471d2a61bfe2288efcfbc24d091c5bd7f2203bf 2,953 1.00/1.00 vMB 9
582,293 582,293 000000000000000000090a2692cdedef528164c16f64b3e802faccfb49ce61a6 2,913 1.00/1.00 vMB 66
582,292 582,292 0000000000000000001249f2ed010b5f5d6add34493cb957aec21f839e172a1b 2,811 1.00/1.00 vMB 59
582,291 582,291 00000000000000000025d02e2123014ecfe3825a02984fd3504b3763ab3d3ac1 3,728 1.00/1.00 vMB 100
582,290 582,290 0000000000000000001fbfd16033ebf7c2c298f55c592e82ba37b11643f3fc42 2,783 1.00/1.00 vMB 24
582,289 582,289 0000000000000000000ab9aa4bbda512bee5bf2b8ac9f78e625a2fc60e820e1f 3,363 1.00/1.00 vMB 92
582,288 582,288 000000000000000000201a2aa998401d740bad964ef2c92e7d56f62b27e6f2a4 1,841 0.95/1.00 vMB 34
582,287 582,287 00000000000000000024ccecbf95ce4fe6cde4014bd6b05f922d879c0f2020f4 974 1.00/1.00 vMB 4
582,286 582,286 0000000000000000001fa0cda17bdef366206e94ea123de358f1d24db591e3be 3,088 1.00/1.00 vMB 57
582,285 582,285 0000000000000000001de3389ad3035e0ff030a09051436a7f857a9c0c198247 2,479 1.00/1.00 vMB 64
582,284 582,284 0000000000000000000c7659ac62ed7801db0bd9ee40b8363dd7561ec7069a54 2,542 1.00/1.00 vMB 44
582,283 582,283 00000000000000000016ebcde848051bbc7f2a6145230221d89f8a8cba8ee51a 2,430 1.00/1.00 vMB 12
582,282 582,282 00000000000000000025200d52cbf645b2a6a5f0299e64f116584f917ef66a83 1,456 1.00/1.00 vMB 89
582,281 582,281 000000000000000000220f57b1c4d536860bcdd59af0044f131e58b3d444fb5a 2,436 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 781.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.22 GB
    • Received: 12.00 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.