Loading Tool

Explorer IconExplorer

Memory Pool

11,081 transactions
11.60 vMB
0.01915896 BTC
Random Selection Loading Transactions
Max Size: 58.65/200 MB

Candidate Block

Mining Attempt 8b957433de3554849966eba30455a0ad5b0fb188775233aaeb2cdacadd561a29
Version 20000000
Previous Block 00000000000000000001bfffd43bd58b53b4e2db806db8529a56cb491479e980
Merkle Root 52e42d25e052dd9ef48674348a54874561d07cf1ab7326d04b5a101407560a5b
Time (UTC) ( ago)
Target 00000000000000000001ebf20000000000000000000000000000000000000000
Nonce 0
Transactions: 4,437
Size: 1.00 vMB
Total Fees: 0.00648113 BTC
Feerates: 205.13 > 0.65 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 933,025 (799,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,440 133,440 000000000000069fe508b7a68c2489f72c0e36d6a6aa28194dcfb28f3bc9a697 237 0.10/1.00 vMB 409
133,439 133,439 0000000000000607fb6e2479c06dd6116f83bcf609f4d193a610b0a355d9079b 164 0.08/1.00 vMB 196
133,438 133,438 00000000000007038b057b209dab3717d14e373e55dc92c8c743ffc11a629565 51 0.04/1.00 vMB 956
133,437 133,437 00000000000007cd1326cf97df790cbab571d42c4f4909fd40ad6ba2257fb586 66 0.03/1.00 vMB 521
133,436 133,436 00000000000006ad99273ec28e74376213a513da40bf866a73878abc7265be85 98 0.05/1.00 vMB 981
133,435 133,435 00000000000003fe64f111dc71bf28beccbdab0541b16cd384e1244dd5bdb20c 10 0.00/1.00 vMB 52
133,434 133,434 0000000000000aa94f89a4d4075c75897febd35fe6c11b881f64902bad50b6f8 27 0.01/1.00 vMB 858
133,433 133,433 000000000000093502eaadbea24a0473eb53e103f946e4b138ec3e8182bd9cb5 327 0.09/1.00 vMB 88
133,432 133,432 00000000000002bdc700738edc2bd3c03d7955517241ba33f47e2c5f9d398a52 39 0.02/1.00 vMB 840
133,431 133,431 0000000000000b1c1eb3cd85795a5b81d6e161f7b1d7f35bc8ae21dbce063f1d 63 0.02/1.00 vMB 238
133,430 133,430 000000000000098fa94883339e003c5b9c8beae3e26de42489e0efe1f57ca4a1 210 0.10/1.00 vMB 802
133,429 133,429 00000000000004646de1313cbbd6efba44134fbf543a0b76333e180b8e4cebf4 46 0.03/1.00 vMB 888
133,428 133,428 00000000000001b270339cef68760c2cd907b6653b9153d53cafab3fdf0dfe0f 244 0.10/1.00 vMB 167
133,427 133,427 0000000000000bfceea4089614490e05686d61d02a7c8decd85bb596f38e6d2d 280 0.16/1.00 vMB 175
133,426 133,426 00000000000001ad352b53ed8574bc9c221c4546bab33d2e675d7f5ede3f3102 12 0.01/1.00 vMB 761
133,425 133,425 00000000000005f9a6edb0374a5cbc9472e27428edd08a51e3a3491e098feaf8 35 0.03/1.00 vMB 259
133,424 133,424 00000000000008ac845067c25b0b678e87888cb57347d8b19b5c944940af6b23 56 0.04/1.00 vMB 1,364
133,423 133,423 00000000000002c50d5c431b2bc55f482588e8e3a27bfd73104bafaf5d2f5329 28 0.02/1.00 vMB 854
133,422 133,422 000000000000043cd7995f903c5dc0ea01ab7d5b0b1c4728d5b4d13ea049280b 179 0.10/1.00 vMB 275
133,421 133,421 00000000000005da2b39698707f4c136720446a6d4f220b7ca10d15280daa7df 224 0.12/1.00 vMB 516
133,420 133,420 00000000000002d02a75a5c296a160af9f0da1ddc9fbfc924d1b1cc88e0ac7ef 43 0.03/1.00 vMB 753
Previous 10 blocks ↓
Total Size: 814.09 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: 3,346.55 GB
    • Received: 178.99 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.