Loading Tool

Explorer IconExplorer

Memory Pool

29,889 transactions
5.76 vMB
0.03202577 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.14/200 MB

Candidate Block

Mining Attempt aae62d88bed78ac702ffda4718496b4eb9756f08e192c429f1a59ff3f8ecc7f1
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root 3455bf0094a41480d6a024ada7ad21b4b6d2c67b7a6f533530a6faccd41694b6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,341
Size: 0.53 vMB
Total Fees: 0.01819074 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (706,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,674 206,674 000000000000049c3d48404d00dab7d984372f1fd1602c52ca0f0671f8b10edb 0.03 MB 108 95
206,673 206,673 00000000000004a92fa242c941ab32501d434e064ba84a500d0711524cfd9872 0.04 MB 76 169
206,672 206,672 0000000000000326e0a02136229cba08d4e6dffe03c1ce54edfb1054331bad46 0.05 MB 73 92
206,671 206,671 000000000000001906f2daa192df9c2a9b5d4ae1c7cb5b45f624bcb7f482bfcf 0.00 MB 9 170
206,670 206,670 000000000000029c6d16cdcf92007bd89b6600c343ef1d745d5f83d5c95fb2a5 0.14 MB 276 151
206,669 206,669 00000000000004243966a2af3c11b84701186edf0b5e52f60a3ee39a30b8dfde 0.03 MB 72 41
206,668 206,668 00000000000001ffc1e2dc54302f957d63aad0a9a35a7ff0b2e10de80975411c 0.03 MB 57 17
206,667 206,667 00000000000003602d56b6eff769d47f4252f6afd46ff678256256456bc65c03 0.18 MB 398 178
206,666 206,666 0000000000000129d1b9a5673484eaafd478e98031eafdc4a74d928132c12537 0.08 MB 288 155
206,665 206,665 00000000000003acb1120259f32e0868262e1814488031349dbf69de909ff2d8 0.27 MB 548 141
206,664 206,664 0000000000000448c0a7d295187efceebae504c23c063e6b26a3a2061200d245 0.00 MB 1 0
206,663 206,663 00000000000001903bdcf9919998c312f2e71a122ccfa4eff8ef2253e736f15a 0.13 MB 355 208
206,662 206,662 00000000000001de8c6aa1d99ba90ddd63edb71ae074d3d8c2bfc508602f6d0a 0.16 MB 289 135
206,661 206,661 00000000000000d83f058539eee17f4fe9f0974a1433e2a8c42cdea5cf71329f 0.10 MB 236 164
206,660 206,660 000000000000005fc3f01ee5bd0724f21cc23364fcd8e5af9e6015b705e4b8e9 0.06 MB 105 103
206,659 206,659 000000000000035446637398c6ef2847f0c8fb879d57f672c09d44a267136da1 0.23 MB 339 137
206,658 206,658 00000000000002b3b05d40751d55ddfa35f020d56459fdad6842b6c8ab2b915d 0.20 MB 603 310
206,657 206,657 00000000000002ea516cb48ba0b815b3a51dc726d34b5973aafb053d27fb07a0 0.02 MB 56 314
206,656 206,656 00000000000002cf64970fd0a149aff161f1421d648d2e643207a8fd3add1db9 0.00 MB 14 130
206,655 206,655 000000000000033ef7e4de840eeb507e50efba89b7581f99e3a6272a6f594980 0.07 MB 149 197
206,654 206,654 00000000000003a46072c18a91ce8a97defbd67c3f004967fd420394e42f06a1 0.42 MB 616 109
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

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