Loading Tool

Explorer IconExplorer

Memory Pool

42,213 transactions
30.48 vMB
0.08198585 BTC
Random Selection Loading Transactions
Max Size: 154.86/200 MB

Candidate Block

Mining Attempt 0c314459aa7038f000dd8d64a959a0f0393eeec65672fafde8e9d97f0b6694fe
Version 20000000
Previous Block 0000000000000000000042e3a8fe719886cf780b9d29b63361b85b7db1c82377
Merkle Root 6c5f852520f40482a8f48fca0d8348d0abfb50d4995fc0c0db106693eec37731
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,403
Size: 1.00 vMB
Total Fees: 0.02106769 BTC
Feerates: 101.65 > 2.11 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,438 (807,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,176 107,176 000000000001e17745095d0fb9b5b4534ecca3bcb598e8186de9f6cafa546ed4 11 0.00/1.00 vMB 352
107,175 107,175 000000000000faa66c7a542ae2acecc8368925b9dd856d77b0c3ecc5e55032dc 2 0.00/1.00 vMB 0
107,174 107,174 000000000001d55763cc11d993a61ae00f88c4838d7577319c3c0719a23070c0 1 0.00/1.00 vMB 0
107,173 107,173 000000000002423fac663065a146f22105c600c03a2803b853f1250dcde62b26 2 0.00/1.00 vMB 0
107,172 107,172 000000000001f59b250e1abda927667ecbce1cabae63bd9759fa317ddd2680ea 4 0.00/1.00 vMB 780
107,171 107,171 0000000000015ec09fb3a49058787ebf2249793a58352f5905e813bf90b73a38 1 0.00/1.00 vMB 0
107,170 107,170 0000000000001d7e6afbf19eef0fd2cbbe625fddb8704bb777588d1fb714b3d8 8 0.00/1.00 vMB 0
107,169 107,169 0000000000004f6a2ff960e2c4cce22a7dacbaf2e23860f276c99505645238bb 3 0.00/1.00 vMB 0
107,168 107,168 00000000000087dbf5403d2f586fe69cafb2fe752a2851fd29d1d417e1048426 13 0.00/1.00 vMB 0
107,167 107,167 000000000000f171186880a1d38f18be6f95abe06bb287e179c3f33777cb90e0 29 0.01/1.00 vMB 0
107,166 107,166 00000000000103dc349b70f0600ed0f2535a899df61096699d10f90a0f3175dc 10 0.00/1.00 vMB 0
107,165 107,165 000000000001d3633883aedc4903dd87c2c939cf1bf98aa7cce17708600292c1 15 0.01/1.00 vMB 0
107,164 107,164 000000000000ebbde451e916c465c6b5bc375365b9cc16895018bc3e6357ce78 3 0.00/1.00 vMB 1,945
107,163 107,163 000000000001851c4cd7b778242c7075fd142f89fe8c428d127ee02fe918ce8a 1 0.00/1.00 vMB 0
107,162 107,162 0000000000012f5237dc42cf024a535900dab356928222f6087a0f3fdb639de5 7 0.00/1.00 vMB 0
107,161 107,161 0000000000005fb24df6140db7aab6c59af470bcc8829bdbc6a80df0ce7c6507 6 0.00/1.00 vMB 0
107,160 107,160 0000000000017c877344717c7cccb1d1c7be9df5f20e022073454fcdcec3b8e1 1 0.00/1.00 vMB 0
107,159 107,159 0000000000026c6985bdbcc86c806d77f3dc2e914c98ab29c20c1efe3e1c2c15 10 0.00/1.00 vMB 0
107,158 107,158 000000000001036ae6d6fc31859220da9705f6853cafcd3026a9a807ec9a90a4 12 0.00/1.00 vMB 0
107,157 107,157 0000000000004d7b13a92ae61a3b6b92d98c6a4f842f53d486d2beb37b9388aa 12 0.00/1.00 vMB 0
107,156 107,156 000000000000aaec0b99181b96e1cbb52ffc1c22862c3de7066da781d7c77d9f 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 602.50 GB
    • Received: 10.44 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.