Loading Tool

Explorer IconExplorer

Memory Pool

72,809 transactions
28.07 vMB
0.06779485 BTC
Random Selection Loading Transactions
Max Size: 166.25/200 MB

Candidate Block

Mining Attempt d5183bd55d777e4d8089345c25bc484e622a837c6df3a3ebafe6b17a68d5be11
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8ff26ff88ced6bdf4fc608fc240dd7a2f506d9fd33b171ca42152d07c6646f25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.01175005 BTC
Feerates: 150.86 > 1.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (360,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,487 554,487 00000000000000000036483da6a306c03c27ac7d2a027a00f7d04b18ecc1bd0e 2,815 1.00/1.00 vMB 4
554,486 554,486 00000000000000000009652ed756fd8b87622bede5a8677695f104f417d722e0 1,737 1.00/1.00 vMB 12
554,485 554,485 0000000000000000000602dfe19c67ee652af50c8ac01567e1176f67a75c1ccc 2,660 1.00/1.00 vMB 8
554,484 554,484 00000000000000000008e54f374c6dd5b12aa144ca544b6d99216edfb5bd0b8e 2,122 1.00/1.00 vMB 17
554,483 554,483 0000000000000000003061b845d3bbf79854c20175c07434e755b44715b1ab6f 2,783 1.00/1.00 vMB 33
554,482 554,482 0000000000000000000553e77d65d3d58a8e128419c88667af51eb43e5e50bbe 2,369 1.00/1.00 vMB 64
554,481 554,481 00000000000000000027ab30e487812bd630a8eb25aad08403f4377cffdbbcd8 3,169 1.00/1.00 vMB 43
554,480 554,480 0000000000000000001cfb56009d22d85c4fd8bf5040497882837e8851ee4ad9 2,495 1.00/1.00 vMB 35
554,479 554,479 0000000000000000001fd2c5389d5f29b43f0e569b152b75f19dda83b50c766f 297 0.11/1.00 vMB 34
554,478 554,478 000000000000000000180700c620e3f8f797f846575fe865f2624f1ec106b5ce 1,255 0.80/1.00 vMB 5
554,477 554,477 00000000000000000022ad7fd507c32aae8557fd7ef55f9de7ade63d58236a89 2,541 1.00/1.00 vMB 9
554,476 554,476 00000000000000000031eced4f6c5f68ed8d1fe1e566fe3c5aeced71bd5774c3 2,833 1.00/1.00 vMB 16
554,475 554,475 00000000000000000015cb30bd4c79c82f03b89838716bee7adac1e53a9fe0df 2,718 1.00/1.00 vMB 33
554,474 554,474 00000000000000000026da533789505f436015ab0a945ae2121bdc11307610a5 1,453 0.98/1.00 vMB 6
554,473 554,473 0000000000000000001e0c533da54a60d62827c5c993a45f27ad804f289a4b54 2,055 1.00/1.00 vMB 4
554,472 554,472 0000000000000000001d1b776077d87b25cc73d9c2ac72c8acf40c5b2fafe0c7 2,736 1.00/1.00 vMB 18
554,471 554,471 00000000000000000018ea9a6996736e7c9e8f950c693f134eee5665302e1c9f 2,175 1.00/1.00 vMB 20
554,470 554,470 0000000000000000001444f008a8f9a12b96635099ad6a025c8289bf10007f42 2,698 1.00/1.00 vMB 36
554,469 554,469 00000000000000000000b66e31b2f0d8db64564ac6c7d2da159581631fdefa35 2,581 1.00/1.00 vMB 24
554,468 554,468 000000000000000000324c2d31d004cd84079dd0b4529d158dd6d1b04dbc27a9 271 0.10/1.00 vMB 15
554,467 554,467 00000000000000000033f4aafa67de03ffff98717c744a5b7034231aef3b59d7 1,521 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.