Loading Tool

Explorer IconExplorer

Memory Pool

82,913 transactions
31.36 vMB
0.10662990 BTC
Random Selection Loading Transactions
Max Size: 190.72/200 MB

Candidate Block

Mining Attempt b2b97b99cad19977003ae36541c738f1b94aecf31768866e1cb88a0ffa5d4e10
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root c44ac9b34fe7b3a453d97198afb6088e9076af328e999aac33bc6e8135781660
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.02958726 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (343,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,573 571,573 0000000000000000002b62427ea2efce168eb2f07185e6dd706bfdf6d3c2dc1c 2,082 1.00/1.00 vMB 135
571,572 571,572 000000000000000000090b4b5ef5114bcbc88bc29b156f2697573e0332d6c639 2,945 1.00/1.00 vMB 52
571,571 571,571 0000000000000000001adc0999f30823d3d1292f2f10c91285aa3f07b52b42e9 2,872 1.00/1.00 vMB 9
571,570 571,570 00000000000000000018b80225a0d7dc3f532e903435c1d7f1d8543b9bc2e06e 3,238 1.00/1.00 vMB 68
571,569 571,569 0000000000000000002781e202ce461676a1e2dd51b5e99f069a543134024f52 2,820 1.00/1.00 vMB 52
571,568 571,568 000000000000000000232e95fb1a505af81e5fd932d30312dd18be2b9ab5b5ff 3,028 1.00/1.00 vMB 109
571,567 571,567 0000000000000000000b9664df3dfcf8af40b5c6350cd02703cc7b322ec560e1 3,110 1.00/1.00 vMB 13
571,566 571,566 000000000000000000204b3b5cb9f16adf19bead57c3ea4e64a7bbdc4b57d8b4 3,281 1.00/1.00 vMB 29
571,565 571,565 00000000000000000022bf69144a3302661cb3d75a54eae986471fe9eb6c549c 3,171 1.00/1.00 vMB 21
571,564 571,564 00000000000000000021a0199ee037f31a5b62644408310ba332f8ffff120050 3,176 1.00/1.00 vMB 76
571,563 571,563 0000000000000000002170544d88050d2cdde7d76e3847002e8cf73083644600 2,787 1.00/1.00 vMB 18
571,562 571,562 000000000000000000012f9c198cea88534f8e6ecfb1bdaf1d4ce0766fb56e66 3,237 1.00/1.00 vMB 7
571,561 571,561 0000000000000000001a292239c73458344d32f25e6f606c801c3fed1caf408e 3,460 1.00/1.00 vMB 62
571,560 571,560 00000000000000000007177f94c1ef0077d6652c51098d7d3fb8972297c27bf6 3,432 1.00/1.00 vMB 25
571,559 571,559 0000000000000000001ab6b287fe8f79052412bf3b06fd25d8abfe1296d6e0a8 3,509 1.00/1.00 vMB 45
571,558 571,558 000000000000000000211371341faa2b15a502db84e3ef97d99eb694c9f4be5d 3,328 1.00/1.00 vMB 32
571,557 571,557 00000000000000000024b68e1945fe41929ca0f0567420730b27203c39f09291 3,294 1.00/1.00 vMB 68
571,556 571,556 000000000000000000180638df64b3f686b5f69aac7e9b92a3de835540ee2017 1,340 0.96/1.00 vMB 5
571,555 571,555 00000000000000000024d3fb9542019ae7a717d631d592426435233f7f92c7c2 3,264 1.00/1.00 vMB 27
571,554 571,554 0000000000000000000fe9fce930030ba75f965eeb4a9c61946908f164c4ffb1 3,134 1.00/1.00 vMB 28
571,553 571,553 00000000000000000020aacae8663df6cfdf2a8be02175a161a9a7708fa20e2c 2,702 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.06 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: 720.67 GB
    • Received: 18.24 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.