Loading Tool

Explorer IconExplorer

Memory Pool

76,441 transactions
28.34 vMB
0.09441742 BTC
Random Selection Loading Transactions
Max Size: 171.74/200 MB

Candidate Block

Mining Attempt 496b6b1914b5829ab41577c961e6a11481fe22c3d83adab45873c3e62de38882
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root e309d3b20a91c58087b0404c175e656465e8752a4fc75ade1ca940df186f01b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.03161696 BTC
Feerates: 150.80 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (827,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,308 87,308 00000000001824113ddbfa58baef35d9debfa286d0d5835dc906d682b9cf953a 6 0.00/1.00 vMB 0
87,307 87,307 000000000012a6318aca93913536c847608a6bb32e0796b4ed30a32032d6bd78 1 0.00/1.00 vMB 0
87,306 87,306 000000000006a02b6e84245477e089e44ede5836c59f3b3e41f8f7315c8905b3 3 0.00/1.00 vMB 0
87,305 87,305 00000000001689fe28a43f97fcc4cb862311597e7bd9e07287ac4417df0b5c5c 2 0.00/1.00 vMB 0
87,304 87,304 00000000000bee2e090b642822fbe9845dda66cf13062d6c8bb1b07804d5e6da 2 0.00/1.00 vMB 0
87,303 87,303 00000000001de85925639bcdd0b0a9e1f44a55bf609e4ecf9e9cf558e1101f10 14 0.01/1.00 vMB 0
87,302 87,302 0000000000082ca76a586ac047152ced848162e256bf9b834836eea9c88f7be6 1 0.00/1.00 vMB 0
87,301 87,301 00000000001c689bdaac5b1cfd851d592c9701404884bccf03d097fa19447e56 1 0.00/1.00 vMB 0
87,300 87,300 0000000000190e3abd5fbb9dbd33e09f148d95ffb00666395a09d62b769f2389 1 0.00/1.00 vMB 0
87,299 87,299 00000000001d7dc2f8912cdaa8d1a4dde81d702692c597f40d7212acf1f36b57 2 0.00/1.00 vMB 0
87,298 87,298 000000000018c6332762bf3beca95ccf3ca9fed6477dd7e60c93696d2b9247bf 2 0.00/1.00 vMB 0
87,297 87,297 00000000001948541353cfe8bd8517f672355ccb1624e7a91efd70784f3b0759 3 0.00/1.00 vMB 0
87,296 87,296 000000000019b0f46b70157730747727ec1991a120b7b2be4971a387ab51b74d 5 0.00/1.00 vMB 0
87,295 87,295 00000000001952e6733aaefcb1437fff87489d109dc63831b74e2c3f9b9ebc51 1 0.00/1.00 vMB 0
87,294 87,294 00000000001c411671f00bd36400bc07d83a21f5f6cbbc2c61e8f05f95fd554b 2 0.00/1.00 vMB 0
87,293 87,293 000000000009e1a25141755d93c44c8676e17a15aabd1a1aa59768dffa50e49d 1 0.00/1.00 vMB 0
87,292 87,292 00000000001e28d55760d174cd4cae0da5958f77e875bdbd368a0d3fc5bf2666 1 0.00/1.00 vMB 0
87,291 87,291 00000000001b8aae0f85b003b26b3a0409bb1c32d8caea6e5b9f95f148100a64 3 0.00/1.00 vMB 0
87,290 87,290 00000000000ba4a8c9e1623455d601d3e080147391465661c2b1579f35afc18d 1 0.00/1.00 vMB 0
87,289 87,289 0000000000164e8b99b6c0d6ec72007a5fb088e629a2547ae3d30df253f27fb9 3 0.00/1.00 vMB 0
87,288 87,288 0000000000016ab95986a8ae0493b356d0130f6c25d3b7f6de69d0a945127cbe 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.85 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.62 GB
    • Received: 17.20 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.