Loading Tool

Explorer IconExplorer

Memory Pool

79,390 transactions
30.16 vMB
0.08150476 BTC
Random Selection Loading Transactions
Max Size: 183.58/200 MB

Candidate Block

Mining Attempt 597f62a62e14d8ba4bdadf145191a5e765bbecaf21f85526c9fa3808f445e00b
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root e320ab14e0391e4035bd0bf0e3ca6088c5e83a791879c5b1f759ec4f332cc9a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.01438431 BTC
Feerates: 203.60 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (463,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,477 451,477 0000000000000000020b16d80d808d32d2fec627a12ac26ebb7341b8299ce091 1,185 1.00/1.00 vMB 53
451,476 451,476 0000000000000000015a7773a2b17d2ef6172e23c722bbd336dbea5c6bccd39a 1,845 1.00/1.00 vMB 55
451,475 451,475 00000000000000000297b2cd5cb89744ff98881021dcb4d359a60bf3f7fac43f 2,142 1.00/1.00 vMB 72
451,474 451,474 000000000000000001878195fa93a21b554f9e5d688421a2f9d365ebacd31b11 1,892 1.00/1.00 vMB 111
451,473 451,473 0000000000000000020210c485620058c10222bf39179238c83ebd52cc257439 2,000 1.00/1.00 vMB 136
451,472 451,472 000000000000000000ce21eb39cf90351bba3f866e07916eb7b2185b73ae6e31 1,675 1.00/1.00 vMB 52
451,471 451,471 00000000000000000205708cebfc2ae57dd2b0e0a7ef9b62000df430fd985d6a 2,171 1.00/1.00 vMB 57
451,470 451,470 000000000000000000a9b444745d1e0e80bd5934af62c09602d2cf2fd7addde8 1,986 1.00/1.00 vMB 61
451,469 451,469 000000000000000001500a6b21b06dec81420e0f7ff5165048a0b2f76da8fab6 1,641 1.00/1.00 vMB 71
451,468 451,468 000000000000000000e68203820f294debd6a3c06ee8f56eebbc988424ff664e 2,094 1.00/1.00 vMB 73
451,467 451,467 0000000000000000009b7c395799e2467d23fb0ce28e15f1f775645e0967e9c4 2,633 1.00/1.00 vMB 143
451,466 451,466 000000000000000001e0d335a3f1b9f2ed46ae7be0c160be46faa90e12b17331 1,854 1.00/1.00 vMB 62
451,465 451,465 0000000000000000010dd00ce51e21fdf3a0416544d7aba81ea413f546ae9e1e 2,300 1.00/1.00 vMB 103
451,464 451,464 0000000000000000013ccbb1787a60801d256088ff7949e0fb3774b65cdf4ab5 2,101 1.00/1.00 vMB 110
451,463 451,463 000000000000000000a00e52f04ab5b64f3ac11597116305576bda8fc5953a23 1,952 1.00/1.00 vMB 106
451,462 451,462 0000000000000000023a9a9dfd5b1a67ef51042f5465c8f810620608c3f900f5 2,464 1.00/1.00 vMB 121
451,461 451,461 000000000000000000ba1bfa87bc3b8fc4f12fda13d2a584f9fcc5f7f46130b6 2,494 1.00/1.00 vMB 129
451,460 451,460 0000000000000000013e65c538b2681ad8f30bafc44df20e365d962da03aa929 683 1.00/1.00 vMB 58
451,459 451,459 000000000000000000a35cc196cb69cbcb215cadb14a56a0f8fa1d094659d764 1,648 1.00/1.00 vMB 97
451,458 451,458 000000000000000000d3994636231af44319ee89c9f7fe2e7371611f87049468 1,842 1.00/1.00 vMB 87
451,457 451,457 0000000000000000022333bf5f8b16bdae59cab5f1b94c0f4344283713746a42 1,813 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 783.07 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.94 GB
    • Received: 18.32 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.