Loading Tool

Explorer IconExplorer

Memory Pool

79,622 transactions
29.63 vMB
0.07208505 BTC
Random Selection Loading Transactions
Max Size: 178.39/200 MB

Candidate Block

Mining Attempt 337d8c4f13ffdabbeed8c30014faa5d340b34a3ecefd3df0cc49a98d8c21f27a
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root e9a5340bdf0c6279ce3415f6fba4b1d6696ad443d106f69027295e325d17e350
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,733
Size: 1.00 vMB
Total Fees: 0.01173672 BTC
Feerates: 150.77 > 1.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (285,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,572 629,572 00000000000000000004e1dc807615f7dc50545a595134f29cf182f5d6eb5ede 3,001 1.00/1.00 vMB 47
629,571 629,571 0000000000000000000ecec233d477763e32ba62aa77d61f3cfff56c38441fbc 2,640 1.00/1.00 vMB 107
629,570 629,570 000000000000000000036a7da4a8deaeb47a5ec6377c3fbbca691dc859327f82 2,300 1.00/1.00 vMB 110
629,569 629,569 0000000000000000000a98453c8463c2d99764d2dda7ea0a9301bf14ba28de3a 2,414 1.00/1.00 vMB 83
629,568 629,568 00000000000000000003f17360d6d5817f1726df9f4f6026ac2c673509135e86 2,834 1.00/1.00 vMB 55
629,567 629,567 00000000000000000011363c42e4808cb9306416a151bca40b14e2e9c3c39311 3,015 1.00/1.00 vMB 61
629,566 629,566 0000000000000000001024539a81c352756338a53fed0c101824ab8da2d02bb5 2,535 1.00/1.00 vMB 113
629,565 629,565 000000000000000000035550a4b2824fa471c461ad4558a562c9d13cb4fd8dac 2,757 1.00/1.00 vMB 66
629,564 629,564 0000000000000000000566072a6b442341a543e884c37a76cd16bc2a74dc58ec 2,681 1.00/1.00 vMB 108
629,563 629,563 0000000000000000000af7a7d43b8b635bab41fcfd443a1a8dbf5213b768305d 1,949 1.00/1.00 vMB 92
629,562 629,562 0000000000000000000f9a850f2b954c936a4f8c3b1c57c9bca241f107f6d550 1,748 1.00/1.00 vMB 77
629,561 629,561 000000000000000000002bea8272a0d8acfcb4fbf8524845fb74f428b20a315f 2,599 1.00/1.00 vMB 90
629,560 629,560 000000000000000000070a356c6660542c1ae0ec97286e728aeeca0242f6e72e 2,363 1.00/1.00 vMB 121
629,559 629,559 00000000000000000005744324d6711d427c45d1909a095d8c78bee785ef9435 2,385 1.00/1.00 vMB 61
629,558 629,558 00000000000000000007dc6bb5d263154a5b11a7bf93fde988bcde2f5bf2d58b 2,878 1.00/1.00 vMB 80
629,557 629,557 00000000000000000007510ce90efb0e4db503114b89ba7270d312d3ab02c88d 2,298 1.00/1.00 vMB 63
629,556 629,556 0000000000000000000199e2e360edb5670592e466efdf3f5183fe634c4eaaa4 2,736 1.00/1.00 vMB 84
629,555 629,555 000000000000000000089e5e187a02129a29500c757970f7e00a2bd726bc8b2e 3,012 1.00/1.00 vMB 120
629,554 629,554 0000000000000000000eadb0c671d9655540e967939040460d21d0dcdd09fc4c 3,023 1.00/1.00 vMB 96
629,553 629,553 00000000000000000002372e8675cadf7536cbdd935b3e79ef01891b8af4fd61 2,409 1.00/1.00 vMB 68
629,552 629,552 0000000000000000000ce6a3729872ff880aa855618267b1f85a169e43544645 3,003 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.38 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: 664.37 GB
    • Received: 14.96 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.