Loading Tool

Explorer IconExplorer

Memory Pool

41,221 transactions
18.07 vMB
0.17002808 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.69/200 MB

Candidate Block

Mining Attempt a8cb907d8a4a7cd2a6b88320c843139c1b7033f3a45030bd2905f3754d30b9ed
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 969b148de8036d160e1dba14d30db394bad263b5acde71a5721335bde1403aed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,682
Size: 1.00 vMB
Total Fees: 0.05461490 BTC
Median Feerate: 4.58 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (740,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,359 172,359 00000000000000be41862c743e7ff8664442bff36d44ff8b1ab8da65907b71bf 1 0.00 vMB 0
172,358 172,358 00000000000005c9d4d8851ca36843756587d29c7f0944bc02a3e523e0866312 30 0.03 vMB 47
172,357 172,357 00000000000006a0f86ca4ada5c52d8714cc932cb300e958429ed7944fe4ce94 100 0.04 vMB 77
172,356 172,356 0000000000000306b998cae936c7edcb827e09255f722bcf140a8b47b9f19200 1 0.00 vMB 0
172,355 172,355 00000000000007ebd0daa19147e13a8c24a65418ff2aa2a86e4324c4c1459111 1 0.00 vMB 0
172,354 172,354 00000000000005b57f897fe15d956436fa375f44e442d4d395583d5ab209e3c7 78 0.04 vMB 89
172,353 172,353 00000000000008e3d8b313b26c0d8ccf387ecca926c1d6b018b50b94f3ca1d02 1 0.00 vMB 0
172,352 172,352 00000000000009e14f9f9346e35bba1b829bfd6037584fc55954319b0cb1776a 10 0.00 vMB 17
172,351 172,351 0000000000000134ef8e8050fc0c79ce478c76abefe20d1a57681469ed01f50e 15 0.01 vMB 399
172,350 172,350 00000000000004ce554425b8d10a447e14a4149fff0c1ec2657fe066d2f5c1ee 24 0.02 vMB 56
172,349 172,349 00000000000004fee8d1c8829c0f8e2e1bfd99675ad992765a40ab72717280a9 68 0.02 vMB 272
172,348 172,348 00000000000000222442f2f5e2982b76aa48cc9992a24ab39c3795abd618b35f 74 0.03 vMB 81
172,347 172,347 00000000000008ab1691776c9aedf061d864c8303ff274ad7eecfb0d3792f92e 7 0.01 vMB 23
172,346 172,346 0000000000000420af7bf5dbfe92f181bb165fecdd2a34ce199a171765199e19 53 0.01 vMB 0
172,345 172,345 000000000000056995e341152bf271574acfc66dd1181c0e757d47c712b787b3 91 0.03 vMB 57
172,344 172,344 00000000000001a7f8338c891557c06514c49665113698d779e154b41f9c0bda 75 0.04 vMB 95
172,343 172,343 000000000000060985068b431347536b49cf0decf7c821e1bbee35f0b94abf00 1 0.00 vMB 0
172,342 172,342 00000000000001385634cd1410451735f1a06b9c483225f9a3f4797657164a01 56 0.07 vMB 125
172,341 172,341 00000000000002b76de226f2366619005dd7385df8196b3ab2d82302ea593acd 164 0.05 vMB 61
172,340 172,340 0000000000000acb831646093404b9c04c78c47dbb01fdf54d1e0d95f0cf453a 75 0.03 vMB 109
172,339 172,339 0000000000000a4eca1f3d342360a4d0ae46597f4a2c06d344a8b947662b1da9 51 0.02 vMB 114
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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