Loading Tool

Explorer IconExplorer

Memory Pool

41,035 transactions
32.04 vMB
0.10449907 BTC
Random Selection Loading Transactions
Max Size: 159.71/200 MB

Candidate Block

Mining Attempt 40c902e2f6911fca7cb98ba076ea7f31f8954146dbd2bb7a175e63a83d0a4078
Version 20000000
Previous Block 00000000000000000000f1281b2efd0aad5db491e635251ce073ca38483cc2b3
Merkle Root f5d88731294794338af3e107f8861339461b3ead4d5780a1b50fe75bc4e2c228
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 1.00 vMB
Total Fees: 0.03612474 BTC
Feerates: 505.93 > 3.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,367 (835,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,410 78,410 00000000005486b2af351e42bcf3e26cb766af8d2f150e37464fc1955d96c58b 1 0.00/1.00 vMB 0
78,409 78,409 0000000000567f7d26dbcad0ee9a6ff3e1a5b63313b29c36807949a6eef6744d 2 0.00/1.00 vMB 0
78,408 78,408 00000000002c338b748c5de456bdf7583853ba0462b5431c770b56c4ecb754f1 1 0.00/1.00 vMB 0
78,407 78,407 00000000004f029dbb21f6008fa24a12ba06e8e339cc852dc3929d6eca0475d7 2 0.00/1.00 vMB 0
78,406 78,406 0000000000417bd157ba6af7d803ff383e36683b29d6940b3b2b3c0161d3be20 1 0.00/1.00 vMB 0
78,405 78,405 000000000017ff8db3ec6d0c23b5319c5d891a257b58d21b41d5cc326e049d1c 4 0.01/1.00 vMB 0
78,404 78,404 00000000003b528d2fd0162e606eaab35ed8b6634cfdd2cc52f1327450d6d0c8 4 0.00/1.00 vMB 0
78,403 78,403 00000000005a61fe42c4ecedf255dd060aa846ee165d489a9a9a7036cbadcc8a 1 0.00/1.00 vMB 0
78,402 78,402 00000000005c80e7baca1c3cc8822e3833eb7016b20e046ebf1b89825436b87a 1 0.00/1.00 vMB 0
78,401 78,401 000000000043d1da24099f561fbaab10acb3d3e6fa84774572b677629d1535af 2 0.00/1.00 vMB 0
78,400 78,400 000000000068c8c17fdd4e9ceec82a874da300601619a0495ba9117b4267a313 2 0.00/1.00 vMB 0
78,399 78,399 00000000001c376bcbc609dbc4020368e7ac04e0139b20d814566e4441a5f971 1 0.00/1.00 vMB 0
78,398 78,398 00000000002127fe122cc9bb10aece80ec7e0be13bf4a3c57afaed9bbc94f795 1 0.00/1.00 vMB 0
78,397 78,397 0000000000607a75ff0142ee54c49ca4dba292fa67f1fa462d45742421db6802 1 0.00/1.00 vMB 0
78,396 78,396 00000000004c0d6e0785b9a3afbf355379f057f9b044c2f247374a5d806d0d21 1 0.00/1.00 vMB 0
78,395 78,395 0000000000605efcd1b1e9b8c7fa2d639fd580efb0573ac29f7aabfbfbbf4cca 2 0.00/1.00 vMB 0
78,394 78,394 00000000005cd14844d0b892057777993c4647870b230a00ce8536975581e643 3 0.00/1.00 vMB 0
78,393 78,393 000000000031ad4d5f8215538993bd01cdf1163534e17e056e3246df8059cb6f 1 0.00/1.00 vMB 0
78,392 78,392 00000000003aa22a47369f1bd2054709b7f06b9b3c9b5e7d1a9f2bc07fd074a1 9 0.00/1.00 vMB 0
78,391 78,391 00000000000686045c41f6ef6c2ae263da0fb7e23754fcbd465a9d204e7db260 2 0.00/1.00 vMB 0
78,390 78,390 000000000026534f31d5fead081b0ff2bbfbff2d632afc49397140a365ac5ef7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.25 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: 594.43 GB
    • Received: 9.71 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.