Loading Tool

Explorer IconExplorer

Memory Pool

80,984 transactions
30.55 vMB
0.08499008 BTC
Random Selection Loading Transactions
Max Size: 186.20/200 MB

Candidate Block

Mining Attempt 3807dd70796afd574b2303052992d20ef072cbd9baede804544532585fcd998b
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root a996d34c943aafe7ddea3bd8226b972cd94aec583244d61b8d0a85ea42915204
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.01659442 BTC
Feerates: 318.30 > 1.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (343,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,581 571,581 00000000000000000008a92b09cbe80e7e8768d1cd17afb03deb5d4cc493dddb 3,076 1.00/1.00 vMB 44
571,580 571,580 0000000000000000000a4a9f9150f7cca18ecf4657b433a2da6a8ee9fa08b2e9 3,177 1.00/1.00 vMB 48
571,579 571,579 0000000000000000000027a7931c9a4019f3e1a297dcbaf5bf8260f1b39497b0 2,941 1.00/1.00 vMB 62
571,578 571,578 0000000000000000001cbcb00b4910df054c7b37d775dbfffe8b213040cbce06 2,889 0.96/1.00 vMB 7
571,577 571,577 00000000000000000027e3a74e86c2ec481f555c56153cb3cdc6c736f5ee4613 2,644 1.00/1.00 vMB 67
571,576 571,576 00000000000000000004191641613a03e823d50fadec58ec7a7e6b7d82fa2df3 2,833 0.89/1.00 vMB 31
571,575 571,575 00000000000000000004cc0290402b8f6fd49edff8174e22dad79a8795debbd9 2,605 1.00/1.00 vMB 4
571,574 571,574 00000000000000000020fe9830921b90efde1c6ed0b0540b5edcdad48b02a805 2,637 1.00/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.36 GB
    • Received: 17.89 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.