Loading Tool

Explorer IconExplorer

Memory Pool

78,731 transactions
30.03 vMB
0.08985643 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt 720c5dfd9c7bc0a72f5346dab99aac6bd58920e6d9eeb31d213704b0eadd75e9
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (394,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,267 520,267 0000000000000000001252071a35cc15282c9f45e0ebb6a121b2d6d02a5bc9e6 2,114 1.00/1.00 vMB 41
520,266 520,266 00000000000000000016136494da38f0fef8081f717acce0922d97bb31b3a2ef 2,901 1.00/1.00 vMB 48
520,265 520,265 0000000000000000003b86959e1d8b3f03e9787eceacf2715881360528b800d6 2,738 1.00/1.00 vMB 11
520,264 520,264 000000000000000000050bea8b68939d26a91bd054d2e4ab07fe3586a0c7effc 2,505 1.00/1.00 vMB 35
520,263 520,263 00000000000000000001f34a092d5fdf0109e86fa43b804d35303a4b3e00f61d 2,645 1.00/1.00 vMB 48
520,262 520,262 0000000000000000002231ac06852ea0b4bc6f6dded3e7418cf6dc8062bed45d 2,638 1.00/1.00 vMB 89
520,261 520,261 0000000000000000003a5a559aa1fda0377337b4e3f16c468093eed3aebadc5d 2,683 1.00/1.00 vMB 62
520,260 520,260 0000000000000000000b99cf2971a2b1262db111f738153063ded2091a98e89b 2,402 1.00/1.00 vMB 79
520,259 520,259 00000000000000000031b2b621f773ea10162836315ec361555ae9c450de8015 866 0.30/1.00 vMB 43
520,258 520,258 00000000000000000030d198e3e8c95136d744a61da016913af9d2354c9d7697 798 0.28/1.00 vMB 55
520,257 520,257 00000000000000000007049e01827090327f6b9761db727bed75fc51e081d7ac 1,323 0.72/1.00 vMB 44
520,256 520,256 000000000000000000250e3f6fab34ac82ab857525b1a0bf8e704494cd6d9e74 2,696 1.00/1.00 vMB 56
520,255 520,255 0000000000000000003b6fc723ca38a0c12d13420507cc6e6a80a6a26190d54e 899 0.41/1.00 vMB 46
520,254 520,254 00000000000000000001d1644bd75333359a5c231e825a48d9aa287b1d300c8a 588 0.23/1.00 vMB 67
520,253 520,253 00000000000000000027a3ee3d40f0eef3463278d514fb5a6b7f806b234b544f 439 0.16/1.00 vMB 53
520,252 520,252 0000000000000000000c6a6370021ba14f9338d2b63b9f676c158bbef45d5c8b 1,158 0.50/1.00 vMB 47
520,251 520,251 00000000000000000028e68b67cf04306a5aa571571106a6a20a67e655ea479f 2,158 0.80/1.00 vMB 52
520,250 520,250 000000000000000000280abf26fc420dad6db2afeb2b085b27f13c8f1c59ac0e 245 0.16/1.00 vMB 37
520,249 520,249 000000000000000000121e4dae2cf76f1ad3444b3ca749d325d08aae0857eb49 1,572 1.00/1.00 vMB 28
520,248 520,248 0000000000000000001f1d5db50cadeb3c4fb49e7a4a525e679315cd66e48438 2,180 1.00/1.00 vMB 30
520,247 520,247 0000000000000000002e2ba15141a5a5ee6c35019aa2b80e36830ee35ce314f0 2,415 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.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.