Loading Tool

Explorer IconExplorer

Memory Pool

87,588 transactions
32.87 vMB
0.13807260 BTC
Random Selection Loading Transactions
Max Size: 199.87/200 MB

Candidate Block

Mining Attempt d8642adfc773ed8714529169e58cdc6ae287b6ab9e8476b3bc56c5795e89c4dd
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 12b8a8c587f2f84df798d493f1ceed6ac4e2bc2e4d95e3d419e71435de72486b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,992
Size: 1.00 vMB
Total Fees: 0.05035471 BTC
Feerates: 300.16 > 5.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (464,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,267 450,267 0000000000000000009f43515fc4e2d98ab005a29c07f252e7c4fe0d8ef7a076 885 0.98/1.00 vMB 32
450,266 450,266 00000000000000000172c4de2fec570cb2787ee18137f3212e85d9bba99aacbe 167 0.06/1.00 vMB 120
450,265 450,265 000000000000000000ebbcd25fb3a645f3be41d4f604cb2cb05da0c7ff000758 1,837 0.94/1.00 vMB 58
450,264 450,264 00000000000000000278949b84e756cd6768f2ecf2891bf5fdc5a1ee29c82df5 1,990 1.00/1.00 vMB 105
450,263 450,263 000000000000000000e21670c9842458e93766f27bc807c0ac75bd49e9399fc6 1,484 0.69/1.00 vMB 90
450,262 450,262 00000000000000000159dbdd8b3afdefba6a72d7027f140ddc2088df6585c95e 1,406 0.96/1.00 vMB 52
450,261 450,261 000000000000000000d984d68f35705f99d8eac0058f64194169a33d20d7b6f0 1,295 0.68/1.00 vMB 89
450,260 450,260 00000000000000000266c308c97f5b72bf5765027cc5513963606ce6995e8f39 2,206 0.94/1.00 vMB 91
450,259 450,259 00000000000000000121fff5cf2cbd4ae1f48eca0cd63067d7d5382d33f4c04c 2,074 1.00/1.00 vMB 77
450,258 450,258 000000000000000001bb8c57a6c923d9d2edb96ec06bd28d98b29489401d33a1 313 0.38/1.00 vMB 95
450,257 450,257 00000000000000000243ce0a7ce1a09177c63e638ec99a9aaa3439c246f2cd83 914 0.78/1.00 vMB 78
450,256 450,256 0000000000000000014a98ba2af6cd560cdd49a92186ae4adee225b25d6b3475 2,379 1.00/1.00 vMB 93
450,255 450,255 0000000000000000024badd68bad74c07c2502114111bae7bd37475ab4384752 762 1.00/1.00 vMB 24
450,254 450,254 00000000000000000279800a5b10ef63b844fa2227a464090721b6e5df8af168 1,093 1.00/1.00 vMB 32
450,253 450,253 00000000000000000167b855ff8a8f4a6fe9e1492fb55222491bdd95072139ae 2,055 1.00/1.00 vMB 91
450,252 450,252 000000000000000001f9a9c0d7e2f295c6a73c8a89fe9e212160338fb304239e 1,225 1.00/1.00 vMB 42
450,251 450,251 000000000000000001993735dada73c6e93c8db00e133032428830a8d37da364 2,463 1.00/1.00 vMB 66
450,250 450,250 0000000000000000006b5975e01310339f3369873d1ff0f45c67e8ad79a84ed3 2,263 1.00/1.00 vMB 83
450,249 450,249 000000000000000001eef0276531a6e663152d6e0b7750d24bde08b428be18de 1,917 1.00/1.00 vMB 79
450,248 450,248 000000000000000000a5b8fd766e3b7a382b28cedbde95dfd9cb7457e4838340 2,798 1.00/1.00 vMB 129
450,247 450,247 00000000000000000217885d7e0a259940c09b6749c3fc3ab2bffd4f6100a26f 983 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.