Loading Tool

Explorer IconExplorer

Memory Pool

78,190 transactions
29.00 vMB
0.08857106 BTC
Random Selection Loading Transactions
Max Size: 175.38/200 MB

Candidate Block

Mining Attempt 2a1a508b48eeaa68d2cbbe02b67bb75ab2d3eb397996a705777c341581377c6e
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 5e9bff7ccd53d8e76185dcb328a9d5db0f968a16d7970bac6bbae23b94a5eb9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,321
Size: 1.00 vMB
Total Fees: 0.02809175 BTC
Feerates: 477.45 > 2.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (451,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,660 463,660 0000000000000000011a0216ef6807f78cca39907a7eb172b33db00325b7f9d5 2,134 0.99/1.00 vMB 146
463,659 463,659 000000000000000001263708b39243e84bba07c7908eb0c1c62611d1e5a91a15 2,349 1.00/1.00 vMB 160
463,658 463,658 000000000000000000319134d264edc7efad36b85db636914286f842e7a8e6ea 2,975 1.00/1.00 vMB 124
463,657 463,657 000000000000000001fb3c2925fb866e4676080f955a09b249f3cc0a6816459e 1,884 1.00/1.00 vMB 151
463,656 463,656 000000000000000000c6f86cada45d8b996f90f2b55de31e0383deb647a7e44f 1,164 1.00/1.00 vMB 136
463,655 463,655 0000000000000000006ace1aa59945480c177f407300687e6d9a0de0b2208755 1,691 1.00/1.00 vMB 126
463,654 463,654 0000000000000000007723e7333a950e89f443886abaf5f3d698ced966c31488 2,615 1.00/1.00 vMB 148
463,653 463,653 0000000000000000004a97f3bb3bda2042627f8888509fa2464940ba79083e9a 1,324 1.00/1.00 vMB 107
463,652 463,652 00000000000000000212ea69e6a8236ad0a20df960f64af6ee276a68a8f97949 1,650 1.00/1.00 vMB 201
463,651 463,651 000000000000000000f3eccd24b7079b4396b9619c416446ded1928fac3ca61b 1,718 1.00/1.00 vMB 187
463,650 463,650 000000000000000001ccc32d9d88e3445a6c3ecd27f0f5f69daac70e7e0aa696 1,828 1.00/1.00 vMB 146
463,649 463,649 0000000000000000012c955ef9ab282778f034c4d7219d66d70293f34270987f 2,153 1.00/1.00 vMB 212
463,648 463,648 0000000000000000005a56ed32a2bf93e4f954baba44b9c67cdce4cbeac677c9 2,448 1.00/1.00 vMB 181
463,647 463,647 000000000000000001e8ea922cc008e265287c62a81aed9225703f05cf520443 3,141 1.00/1.00 vMB 239
463,646 463,646 000000000000000000df1df4a72b310d4023db6d1a0d44e51855c69c7c6583ca 2,148 1.00/1.00 vMB 149
463,645 463,645 00000000000000000183201841a61f1973064e123c691d2111f25d398ce1e79a 1,794 1.00/1.00 vMB 164
463,644 463,644 00000000000000000049e0b929be68773795ae151e6acdf72f99cbc104558bcf 2,882 1.00/1.00 vMB 218
463,643 463,643 0000000000000000011af410fd967c1352c79539d8ca4f34d086f07a6c66ece3 2,570 1.00/1.00 vMB 148
463,642 463,642 0000000000000000000ea4ad179091ced6a819eb16fe97813525446545eaa46a 2,674 1.00/1.00 vMB 215
463,641 463,641 0000000000000000014641bc60adb3d48f7f435c6205fe3db0d4529f3811de96 2,792 1.00/1.00 vMB 156
463,640 463,640 00000000000000000088665454f3756f36cf88ff64d82c811459216e2850bf6f 2,476 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.