Loading Tool

Explorer IconExplorer

Memory Pool

40,254 transactions
29.05 vMB
0.06982031 BTC
Random Selection Loading Transactions
Max Size: 147.86/200 MB

Candidate Block

Mining Attempt a3781a3b3dba48074fddc6f76a59eb974d9df0aa9335764c93532abb93806c01
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 5a500214639e55f85a7eb010a6d629a9b746f003c1ab57c2a8833a3bb2158ac5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,724
Size: 1.00 vMB
Total Fees: 0.01325556 BTC
Feerates: 497.33 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (464,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,423 450,423 0000000000000000027f373f59d3aee0cda28da80c5ac78fa52c1a6807ece741 2,287 1.00/1.00 vMB 76
450,422 450,422 0000000000000000015afc8bc25016ba7738e190dfe1ca6a44a3f87c4dd10c8f 2,380 1.00/1.00 vMB 92
450,421 450,421 0000000000000000022277bdfbdcfe9f2dddb8bd2516a779b603c52f89acda24 2,004 1.00/1.00 vMB 81
450,420 450,420 000000000000000001230be0990f991c80c10e3d231ad19a5a82ca2e3e5f67f5 2,190 1.00/1.00 vMB 93
450,419 450,419 000000000000000001e50300ecf965f1c5fa9b7e1dd435589129f67d43160b2c 2,436 1.00/1.00 vMB 95
450,418 450,418 000000000000000001d999295307f632697d5194330f81ae84ed0e9a0a04f1cc 2,262 1.00/1.00 vMB 96
450,417 450,417 000000000000000001d6a03b90d6cb93f1bc3caeb95f03905fa34dce86f06779 2,376 1.00/1.00 vMB 110
450,416 450,416 000000000000000002b11c877bf3e26a3998b87ea06500610aa5c802ecd05290 2,379 1.00/1.00 vMB 63
450,415 450,415 000000000000000001c92c264f4e5f0883b9161ce29adeea68ad7b2c4fda8642 2,513 1.00/1.00 vMB 102
450,414 450,414 0000000000000000021624e4146996ec5c450671201b76843d343adb81a51655 2,346 1.00/1.00 vMB 86
450,413 450,413 0000000000000000022d62f5d7b5f5d49b1aa8f2ff7dadf5af17da9b1f4d3b3b 944 1.00/1.00 vMB 105
450,412 450,412 000000000000000002ac4511e5619a185ef80dcfa11dc8f8c4ef6aeea6d7d08f 2,244 1.00/1.00 vMB 99
450,411 450,411 000000000000000001dba5f95014480fdf17461e20a34e0040059ea63faface4 2,102 1.00/1.00 vMB 116
450,410 450,410 0000000000000000001ac1da8214e5909110af53468ee889a08eee8845789df3 1,709 1.00/1.00 vMB 61
450,409 450,409 00000000000000000044b665172989ae446fab93f2df70aa24af62e6c0ea32b2 1,144 1.00/1.00 vMB 74
450,408 450,408 0000000000000000023a6f9813049744b59d941546bb77ff5fe7f76c8bfa9447 1,409 1.00/1.00 vMB 66
450,407 450,407 0000000000000000021ec598e529d020ac3ff45d5fe4294feba22b7102e10881 2,030 1.00/1.00 vMB 63
450,406 450,406 000000000000000000b193bbaf7fd087247181bd28933c3b60a1d4dab6bdd98c 2,232 1.00/1.00 vMB 72
450,405 450,405 000000000000000000c60a8b5db87a10993b9b64cb4bc58566821bdcd2b30d36 2,653 1.00/1.00 vMB 102
450,404 450,404 00000000000000000110175a3e4da3f2299fde51d97af44b58fcf8dd59dffba3 1,508 1.00/1.00 vMB 131
450,403 450,403 0000000000000000020237f383dd252a883377fc91af055387ea4b1000bff7e2 810 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 781.58 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: 622.86 GB
    • Received: 11.40 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.