Loading Tool

Explorer IconExplorer

Memory Pool

74,562 transactions
27.50 vMB
0.07088308 BTC
Random Selection Loading Transactions
Max Size: 167.90/200 MB

Candidate Block

Mining Attempt 6d805e9cf9bc4b9e4de379f25f345177fb13b3a24937e848b494b6c253833d2a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root f9c5b212e6e6b76b3004e34ced12d6ca5b341106cdb27eee1498ad08927e2917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.01204243 BTC
Feerates: 80.55 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (354,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,201 561,201 00000000000000000002cf34faf438ea9d91810831c51a6360f3dd0967e4b074 1,993 0.63/1.00 vMB 4
561,200 561,200 000000000000000000284531de0f1de83cae3c158839114ed6125e62d714ba3c 2,435 1.00/1.00 vMB 16
561,199 561,199 00000000000000000018c5b9364cf75f2f6150bcbe987c502ff8b13da11a2fcd 3,209 1.00/1.00 vMB 13
561,198 561,198 0000000000000000001e42a458e79a6d032bbb1606c0a8dbbebd36f0f8fd7cf9 2,087 0.75/1.00 vMB 5
561,197 561,197 000000000000000000213677fc7ab11c324cfb3619eb4bc1a7403e0a7791be49 2,884 1.00/1.00 vMB 15
561,196 561,196 00000000000000000009ed1875e30501e78ff114d389fd7154379b5839a8656d 1,634 0.58/1.00 vMB 4
561,195 561,195 0000000000000000002ed78e32b161d71ab556263a273b5da1cd8d71b3449fb1 2,933 1.00/1.00 vMB 8
561,194 561,194 0000000000000000000b245194efe8a3041ac5a2d48406aaf3fcdb1a9a91226f 2,976 1.00/1.00 vMB 21
561,193 561,193 0000000000000000002ab3c88e5b7fbc22e2fc6c9b68296926fa57a9d0fd8c37 2,730 1.00/1.00 vMB 21
561,192 561,192 0000000000000000000d5273796b99d0d65d103cc68d7dc59074063efda0e6e6 2,656 0.93/1.00 vMB 9
561,191 561,191 0000000000000000000530e65487859b8e292707af608cfe4b1592b8949e6f4c 2,667 1.00/1.00 vMB 3
561,190 561,190 000000000000000000270693f51aeb0dd3e8e339bbefd7007570698f893ba5bb 2,167 1.00/1.00 vMB 20
561,189 561,189 0000000000000000000effaa0247c7d2127f171bd0edd403712877faca70475f 2,678 1.00/1.00 vMB 5
561,188 561,188 000000000000000000153a4f1bd0f9ad5063b13c0cf18547f152b856b9a61f12 2,851 1.00/1.00 vMB 4
561,187 561,187 000000000000000000238a6d01201e6ca463190d27f0fac6b382d2e304256d9a 3,141 1.00/1.00 vMB 20
561,186 561,186 00000000000000000010d9b4a219f69d10e51c02e2044db1b7db7c5499013956 3,067 1.00/1.00 vMB 31
561,185 561,185 00000000000000000008c66752b902542930fb7f909c1226cf94eb6f1c8761cc 2,300 0.70/1.00 vMB 9
561,184 561,184 0000000000000000000d169571a2745793e989a1f706ec0b2e0ebe8a721f9c3c 713 0.27/1.00 vMB 16
561,183 561,183 0000000000000000000dc8beeb76c4c184fdbf38560d1cd8994d3c187b9fe3ce 1,735 0.55/1.00 vMB 15
561,182 561,182 00000000000000000005bfc6cff2f7ac538b9ea2605f5bd186b44bf3b7351525 2,904 0.93/1.00 vMB 10
561,181 561,181 0000000000000000001e9524fee060f650a871871faa205b50d6c31538d5b1a2 2,177 0.69/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.