Loading Tool

Explorer IconExplorer

Memory Pool

23,835 transactions
17.02 vMB
0.03436328 BTC
Random Selection Loading Transactions
Max Size: 87.46/200 MB

Candidate Block

Mining Attempt 49d94f9b044013dfae3c276fcfeebd1565d0ac779e5b263ecd32a7508a6de297
Version 20000000
Previous Block 00000000000000000000629cd38376e7694362af34f33f16480e19bb9002b081
Merkle Root fb099ee50df8eed8fa2e85dae79ccc9742b781659f2c2dca3606ff1d7297760a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,101
Size: 1.00 vMB
Total Fees: 0.00326006 BTC
Feerates: 40.21 > 0.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,144 (790,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,353 123,353 000000000000676b53649949bfa7dd6e65da0a7e47a191770d1be49dc26a76f0 12 0.00/1.00 vMB 0
123,352 123,352 0000000000000b03fc1be32e89abf3059483f63384aa93b17c36bf0a19b7c0af 21 0.01/1.00 vMB 583
123,351 123,351 00000000000009b297a969db68f741ed71d5cb726321b09f21ce4c14b42ce679 13 0.01/1.00 vMB 1,106
123,350 123,350 0000000000003aabab2e766144555a4f64a24b231888c24167b0418df2c22815 20 0.01/1.00 vMB 419
123,349 123,349 00000000000037b978036f0ed523176aa6e7d5641eb826c086aec272308ca62c 13 0.01/1.00 vMB 1,060
123,348 123,348 000000000000268e6c59edf2e6e1a547808fb7852ffc48698fa0898ad07ac69e 9 0.00/1.00 vMB 569
123,347 123,347 0000000000000ab8367aeaf61e844a18a5a48e4b59471799515424221306bc14 7 0.00/1.00 vMB 322
123,346 123,346 000000000000242ba41027da5c6f3356fdb3b65d0c71559ca0c6507c3a0d3e1e 22 0.01/1.00 vMB 140
123,345 123,345 0000000000000b6149d18ffbeb752708f3fe1dd9b73ac459d8dd760d5bb59d78 20 0.02/1.00 vMB 0
123,344 123,344 000000000000342658a4e16763ea80c62f92560ab913065c39e16176f6acd6d3 6 0.00/1.00 vMB 3,001
123,343 123,343 0000000000003f7a4317df5c235e8212cd376ae2f9ed37852fa84114bfa2f92b 5 0.00/1.00 vMB 303
123,342 123,342 00000000000010b855f70b2326af5e8d1dd1138ccc98ac4e27f64665b9277e5c 23 0.01/1.00 vMB 0
123,341 123,341 00000000000031f3489c581b09f47f690e889d35dce7c4e8a68728b8019eb61d 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 780.85 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: 563.05 GB
    • Received: 7.51 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.