Loading Tool

Explorer IconExplorer

Memory Pool

43,513 transactions
26.99 vMB
0.05607521 BTC
Random Selection Loading Transactions
Max Size: 142.36/200 MB

Candidate Block

Mining Attempt 429c97b591bfa2272bffd7d10799d73c4bf2376d8ebbc352ca51a948bec09c9d
Version 20000000
Previous Block 00000000000000000000ef2b06aa7f82dbaa71ad73b04104ed64fb3c5c1b09e3
Merkle Root f138ee0e87b897b929d48bd170a45c5a05f4d308ebb01e894c5c6533b0724f01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,905
Size: 1.00 vMB
Total Fees: 0.00568235 BTC
Feerates: 40.21 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,908 (273,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,103 641,103 000000000000000000079f90fa9da25e0eeab222836976d11d5db1e500e47318 2,549 1.00/1.00 vMB 108
641,102 641,102 00000000000000000005b460d4c976f40deba40d5b6517804ca3928efaa3ab02 2,399 1.00/1.00 vMB 124
641,101 641,101 000000000000000000033d3c71d026060dce92ccee6349e240fdd69c62552b1e 2,019 1.00/1.00 vMB 118
641,100 641,100 0000000000000000000ef600d43e5761160e4cb6357f21ab4efacbd7b9867d94 1,418 1.00/1.00 vMB 117
641,099 641,099 0000000000000000000ed8a45b48c147074d4d963a759eb0d455df17a0cd3eab 2,710 1.00/1.00 vMB 127
641,098 641,098 0000000000000000000b4a9c7b12edbaf1069998da5b343cc9c8fe9a5fb5471a 1,800 1.00/1.00 vMB 117
641,097 641,097 000000000000000000092b5c15c8c668f7633f97dac09aef03f7151b33de6e46 2,808 1.00/1.00 vMB 127
641,096 641,096 00000000000000000002528b237c08bdb0b8a4962ca7ff03bf75ad58bb4dc504 3,121 1.00/1.00 vMB 144
641,095 641,095 00000000000000000005b42d4a205ea32c5ae3d11762f8d2a91449508e9d1748 2,413 1.00/1.00 vMB 120
641,094 641,094 0000000000000000000670c5e724775489f5c3dffcb98765658b734cab35a6aa 2,260 1.00/1.00 vMB 124
641,093 641,093 0000000000000000000ec0e6955e9ee157b766f855950b8b47b807c62be13e52 2,727 1.00/1.00 vMB 119
641,092 641,092 0000000000000000000d6a55381e5019f6f5575f43c76049c65bc058caba6c9a 2,617 1.00/1.00 vMB 108
641,091 641,091 0000000000000000000cb091c51db78f215abc3f5b390884e9821479b4983e3f 2,051 1.00/1.00 vMB 121
641,090 641,090 000000000000000000091292e0dc3673573f943cc27c14d545c622765c322b09 2,646 1.00/1.00 vMB 133
641,089 641,089 00000000000000000001e9f9d9af30fbd14ff33c5d2b95b5b9ba22e5f233cac6 2,924 1.00/1.00 vMB 119
641,088 641,088 0000000000000000000316eb7603f5b29c144d481ecbfd497540523a414685ef 2,826 1.00/1.00 vMB 123
641,087 641,087 0000000000000000000ed5cf2e86791b44abce69e178e58613e64ed47e1c02a3 3,355 1.00/1.00 vMB 147
641,086 641,086 0000000000000000000d70e0c62a0be63983b702dd7e7ae4acc5edd22e8dddca 2,832 1.00/1.00 vMB 122
641,085 641,085 0000000000000000000e4ef063d951cc2216789f62f613b0ca4e4b294aa162a1 3,116 1.00/1.00 vMB 134
641,084 641,084 00000000000000000002f87be9e2b5fee6d910fb91d39303b2112f2d25499ab0 2,283 1.00/1.00 vMB 106
641,083 641,083 0000000000000000000f74cc82d0bbc1132f958bc3823f5080afc4c3c0c35b71 2,646 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.23 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: 654.82 GB
    • Received: 14.21 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.