Loading Tool

Explorer IconExplorer

Memory Pool

38,995 transactions
28.50 vMB
0.06156904 BTC
Random Selection Loading Transactions
Max Size: 144.66/200 MB

Candidate Block

Mining Attempt 28622eb34d5672b75a7e0deb6d702ba7b3f8480e96dab800a9216111446a32cc
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 77bd78d476b9a01ddd75df517eadb56482a390cf84c534e27a7a8f6d9ec2b0ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00639239 BTC
Feerates: 50.27 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (566,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,449 348,449 00000000000000000d6ebe1f316ff5e1d52a725110548c3e3df3af3dfb1e84d1 1,495 0.72/1.00 vMB 30
348,448 348,448 00000000000000000fac103c002643b9d3ef153da0c0aad73a88e804b514c774 235 0.12/1.00 vMB 18
348,447 348,447 0000000000000000102f4702c519f7dda76429724ed5d84bc55b3080e14d38f3 1,095 0.55/1.00 vMB 28
348,446 348,446 00000000000000000ed36f054cf07e8d1a6a4100ce1166bbe0ebc992c889f20d 1,001 0.50/1.00 vMB 26
348,445 348,445 0000000000000000010483ce88cb9b24dc96fbd7376563b968d43c605a8143b0 711 0.35/1.00 vMB 28
348,444 348,444 0000000000000000159e1d6ff100f4c3c1eff48c4525b9125be3dafd5bfcfb87 858 0.44/1.00 vMB 23
348,443 348,443 00000000000000001579f4459950cfa96fe32c3e55f08c5052e18d89bfbd82af 480 0.20/1.00 vMB 35
348,442 348,442 00000000000000000ba17c7d552dd9085def78adf4fd6b71d5f1ac792b00c1e3 179 0.13/1.00 vMB 21
348,441 348,441 00000000000000000ce33e662a0cbf60f998b5bb04d8317f62cd594554ca5677 928 0.47/1.00 vMB 25
348,440 348,440 00000000000000000b341bb36b2d73bceca8daf63d7de242bfa76cdafbd7c447 1,351 0.65/1.00 vMB 59
348,439 348,439 0000000000000000067a98097cb14a8a99388eec8a5e92cfa8678615b72c64b8 755 0.39/1.00 vMB 23
348,438 348,438 00000000000000000ad71c5e408560b513b4e81b28b51011695f92d13e9a2ffc 246 0.17/1.00 vMB 17
348,437 348,437 000000000000000007e8485275429f9023bbac8110ac8b6fc7323377cbbfeb2a 1,162 0.67/1.00 vMB 36
348,436 348,436 000000000000000005f200d0152efb541e62d9236698a5e90db8b2a86dd079d3 1,343 0.69/1.00 vMB 27
348,435 348,435 000000000000000007709d084019c0e39c716a5e382a3563a88d449e999b4da2 989 0.52/1.00 vMB 23
348,434 348,434 00000000000000000ba6aa99d367949e840c01a2d600c22fadc7ec865751599f 707 0.40/1.00 vMB 26
348,433 348,433 000000000000000003784c501887696642457368d9a7dd0c8870082b63118045 1,142 0.59/1.00 vMB 128
348,432 348,432 00000000000000000608e888e96721d6c4a2b2a7d0d3dc4aba30a4657abb50ee 1,779 1.00/1.00 vMB 86
348,431 348,431 000000000000000008787a17b4798904d091d08e50bc20cffae959e27eef0729 2,038 0.75/1.00 vMB 35
348,430 348,430 0000000000000000135b0a4762e7723607f6666512b5069636e62751e3da8549 1,069 0.59/1.00 vMB 26
348,429 348,429 000000000000000000702c8b247122e7c47eb150837406bb45a926c73918c020 478 0.23/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.