Loading Tool

Explorer IconExplorer

Memory Pool

34,209 transactions
25.39 vMB
0.05193634 BTC
Random Selection Loading Transactions
Max Size: 129.13/200 MB

Candidate Block

Mining Attempt 70001838793c820c1f6347ffa79432207693041a7aa659dcf2e3c59c405fc844
Version 20000000
Previous Block 00000000000000000000169897b963a2131680b3bd9b80d4021a94c2405d7cbb
Merkle Root fae59ad01abe41f2874d1109d8015e61e560ebf0ebb5c5ea6075af7263e95972
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,111
Size: 1.00 vMB
Total Fees: 0.00598173 BTC
Feerates: 151.12 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,686 (418,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,665 496,665 00000000000000000058c017301ae671d74745b3cb43ed7bd5fb406ec9d85cc9 853 1.00/1.00 vMB 172
496,664 496,664 00000000000000000099fb62f5957f7e240b12e2fc8f300bff230d9b2623f7e9 1,688 1.00/1.00 vMB 215
496,663 496,663 00000000000000000098a980344021a137d278b702129e9287ac1c69cf8f9b09 2,454 1.00/1.00 vMB 197
496,662 496,662 0000000000000000003de8c5de3ddc2a8248eac4e3564e2891b07d6439985c6d 2,242 1.00/1.00 vMB 109
496,661 496,661 0000000000000000003a029871c1cc0c1db3bf3950ea53a08d2237911ace4961 2,007 1.00/1.00 vMB 106
496,660 496,660 00000000000000000009932909a8c98344707ff2fa2b97423060d27e5b36e892 1,031 1.00/1.00 vMB 55
496,659 496,659 00000000000000000044797f53fea2f1bdaf36a2ee20f6950fb8f46c0a369a67 2,709 1.00/1.00 vMB 87
496,658 496,658 00000000000000000016d564a1553a1c92fd4fae092c7eedef87dd4a0e81d265 2,556 1.00/1.00 vMB 146
496,657 496,657 00000000000000000069e01af461637f2eb85fe7c9d07049e3bd3ac7822b312d 2,547 1.00/1.00 vMB 140
496,656 496,656 0000000000000000009a91ab066edc8f4c3a2bacee0e6ab39d7cd7c916b4a148 2,462 1.00/1.00 vMB 195
496,655 496,655 000000000000000000ab3881b3cf099c87a2989c0cd610a0316c0297ada35287 2,172 1.00/1.00 vMB 176
496,654 496,654 000000000000000000017985493c26a2e246298ca0b2cd8561a829a665053981 2,475 1.00/1.00 vMB 195
496,653 496,653 000000000000000000c5b76c6c521b34b843a4282f39972e0dab07713bccf339 1,958 1.00/1.00 vMB 89
496,652 496,652 0000000000000000005b87c79b0b0a803a362416fbcd56a8a2ba679ccfa748b0 2,315 1.00/1.00 vMB 113
496,651 496,651 000000000000000000b567bb86a41e20fd3af30e26d625b0e6c9d61cfe4e6023 1,985 1.00/1.00 vMB 71
496,650 496,650 00000000000000000078a227521643d276b7f2ae93c632cd79eabb587bbdcf4a 1,961 1.00/1.00 vMB 101
496,649 496,649 0000000000000000001572652435e127ad4a4fcc28c9e69d6372156c0c514f8d 2,570 1.00/1.00 vMB 159
496,648 496,648 0000000000000000007444c811d42ca2b641f516c74f670ee4252ea7abd4977a 2,513 1.00/1.00 vMB 89
496,647 496,647 00000000000000000009eedf3bb2b7099fc1bf25bf81c0e81cbdb88b41fcdf29 2,310 1.00/1.00 vMB 124
496,646 496,646 0000000000000000007f7d38fa41502d1822270a592f15ccc91a9bf7b9dc81ab 2,377 1.00/1.00 vMB 187
496,645 496,645 0000000000000000007a6526d998fa57ddebe057a9962bd6f2d5a613238d30e4 2,328 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 781.83 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: 637.09 GB
    • Received: 12.40 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.