Loading Tool

Explorer IconExplorer

Memory Pool

38,295 transactions
25.91 vMB
0.05143864 BTC
Random Selection Loading Transactions
Max Size: 134.32/200 MB

Candidate Block

Mining Attempt 29d28335da6117ab281ba110eb53c943e985b4d2052e07835093a535d3ae3602
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 15e84d941203d6112db55a7fc7b0d405ff26b03c3cce5ed10ae23318496228b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,954
Size: 1.00 vMB
Total Fees: 0.00426577 BTC
Feerates: 60.16 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (809,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,363 105,363 000000000000f7e7b6e502ec3dd335b57c465e765692988ff6048cf20b91b6ff 12 0.00/1.00 vMB 0
105,362 105,362 0000000000000e6637af883aacb95d8032265dfed0429091a31bef0cec42c458 12 0.00/1.00 vMB 0
105,361 105,361 000000000000e331badc7a4de7f6bef3a0ad564e08fc9a7de7c89cd8350b6c47 11 0.00/1.00 vMB 0
105,360 105,360 000000000000f3b95fc78dbc2bac54276bd90ccfb0f92c5ee80522d12ade43eb 11 0.00/1.00 vMB 0
105,359 105,359 0000000000028e2538aee35f375b773c8600e3e032e25ba8ab182b3cbd4940b9 12 0.00/1.00 vMB 0
105,358 105,358 00000000000279fa838dd75d7a3874c3428b5ecbe73fdd22aad5d9a9a8c5627d 23 0.01/1.00 vMB 0
105,357 105,357 000000000002dfebf04fdc5616606f1a275ac3dd09419209f4e4c1c5dbc70254 12 0.00/1.00 vMB 0
105,356 105,356 000000000001851086db41b1266fb6619a1f53d3bc17323710dcdc24a4d9b80f 12 0.00/1.00 vMB 0
105,355 105,355 00000000000072fadd8361e5505cdfb2b750dc7e5c7dcca3d2b2589670e60335 12 0.00/1.00 vMB 0
105,354 105,354 000000000001ed1e78152d1222d3f18c0fa121902417450cf523884a4ac8f89b 12 0.00/1.00 vMB 0
105,353 105,353 000000000000525ea59102b9372b3524efc34f8cd308802ccdbe8587b326a972 11 0.00/1.00 vMB 0
105,352 105,352 00000000000095a0e28498a92f7afcd1e8ba96cc5bc63ee173ea646693239aa8 25 0.01/1.00 vMB 0
105,351 105,351 0000000000015d6a4cbbcad53c3c71bc88907d9ce8c3f6b0e4935b31c8636f3c 12 0.00/1.00 vMB 0
105,350 105,350 00000000000241b16dee81e5f0116290f4897c516bf11c86f5bff0732d594b42 12 0.00/1.00 vMB 0
105,349 105,349 000000000001200d03a243682846f95fc44a7549b004c137ead5e7a13ff845d1 7 0.00/1.00 vMB 0
105,348 105,348 000000000002e47783232dec75d9b0cdfdfc80bc1c717ed3d6259b7b1670a424 28 0.01/1.00 vMB 0
105,347 105,347 00000000000183f2c0f21d788e0199b7b71fabfb2041b6be020997be173576c5 12 0.00/1.00 vMB 0
105,346 105,346 000000000000cd122cf2f04b39da350807e1edb5d5e90c7076dbb4cb5e0f2ba1 12 0.00/1.00 vMB 0
105,345 105,345 0000000000012b77d4b227e71e88860392a6b21fe1f7060dfb045afb719ccad7 8 0.00/1.00 vMB 530
105,344 105,344 000000000002215c01a1cd8c02cec46e2ef679d1944b0f01426c353a94b3adbf 7 0.01/1.00 vMB 303
105,343 105,343 000000000001992f1dc15147b2a37b47d49ef59d2745aeecaf19ea0b83b3aa2f 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.