Loading Tool

Explorer IconExplorer

Memory Pool

25,271 transactions
24.63 vMB
0.05280170 BTC
Random Selection Loading Transactions
Max Size: 118.83/200 MB

Candidate Block

Mining Attempt 2e2e5acce7aff4a783a7a6b55cc6ea42958d20c607303129e16b725f57433d7c
Version 20000000
Previous Block 000000000000000000015b3f8991a6295ea8d80dee3f2dc8dabdb68407463c80
Merkle Root 82fcbb40d2ced94d1b842e12c30ccc4e27d25f57e038480c022386795010799d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,955
Size: 1.00 vMB
Total Fees: 0.00854882 BTC
Feerates: 265.25 > 0.86 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,180 (790,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,340 123,340 000000000000419ca61a0b4163142ee638ebf48f110d6f40c0de7e7c51c5a028 38 0.01/1.00 vMB 142
123,339 123,339 00000000000034146462adafbe49d24a2326606e28efda87433d87b272779d42 4 0.00/1.00 vMB 3,428
123,338 123,338 000000000000605ab9997a8e61b247a9c3de180b81c9b395e09b1abb80044e9e 10 0.01/1.00 vMB 243
123,337 123,337 000000000000342b2cbe81a3c34358aa9f02cd0d9c2466e4ef55056380a93c10 11 0.00/1.00 vMB 286
123,336 123,336 0000000000004219d191faf99e775b5edf765baa119e86e15be324971641f237 59 0.03/1.00 vMB 300
123,335 123,335 0000000000004786f3768451dc4347c7ffa05d7330e5aa8535a70d49cfa594a4 32 0.01/1.00 vMB 428
123,334 123,334 0000000000005536e49bfd9877934a9c23062f587f5033ed62bfe4a88dff29aa 10 0.00/1.00 vMB 0
123,333 123,333 00000000000004a8a24bc5a9407faca31b118c3e37ef14f68b7f473a09713f2e 12 0.00/1.00 vMB 0
123,332 123,332 00000000000023cbe19015d025f8b6e46b53789b3c5c7fa0aafe62cda8f2fdde 8 0.00/1.00 vMB 0
123,331 123,331 0000000000000b4b3a174795374dfb1a5c72fe525d1408d17dbfcc5cf761e415 12 0.00/1.00 vMB 204
123,330 123,330 0000000000005621f4c8070255523f35633a3b686df26f622d83ecbb32afb02f 11 0.00/1.00 vMB 0
123,329 123,329 0000000000003ff68cfc056f2ae4d29c0adc62e499abff2223d594430be584c6 21 0.01/1.00 vMB 188
123,328 123,328 0000000000005e3fffe2f4dd9275da064186f0b6806b2820c729a727123f9c34 57 0.02/1.00 vMB 2,177
123,327 123,327 00000000000016bc35e342a184419823c77432197ce5c573d889f9234afef4f2 13 0.00/1.00 vMB 677
123,326 123,326 00000000000018d8eb9686d878d88cfddedc36fe4101e6475293c689d16a6dd1 36 0.01/1.00 vMB 227
123,325 123,325 00000000000050102db536eeb227788d8a751452ebe37e5aa4c1e0b8e4caaaa0 1 0.00/1.00 vMB 0
123,324 123,324 0000000000001549fb15d0a1117c62f8cc17db6ebf3a7b1bb71c337b3cabb88f 1 0.00/1.00 vMB 0
123,323 123,323 0000000000001911a0602d8e1c1853716661f32d47d9da380421c0ca4b25a935 1 0.00/1.00 vMB 0
123,322 123,322 00000000000038a25c178707b64535c2fb8d36a70e3093b36f866849e9539d55 38 0.01/1.00 vMB 2,327
123,321 123,321 0000000000005e5c28343b9ffd104931077012d0ce93e57a4a4082771f2de3da 8 0.00/1.00 vMB 350
123,320 123,320 00000000000016c0f1e1dd4c2db7cdb772d22a024c9195cf3bf625eb394b6df0 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.91 GB

Node Details:

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