Loading Tool

Explorer IconExplorer

Memory Pool

85,296 transactions
23.87 vMB
0.07733404 BTC
Random Selection Loading Transactions
Max Size: 158.35/200 MB

Candidate Block

Mining Attempt 2361cc783cb0437342b14ef0be863b88be52e9de67453b1927055059500cf8b1
Version 20000000
Previous Block 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138
Merkle Root d02b2eb441e8844b7c70a90e7fea093d08c710085a6c8f7a7c5d81f075beb6ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.01857004 BTC
Feerates: 178.73 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,833 (802,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,418 113,418 000000000000befbf582c778f1bc42ff352ba0b6907c5646f62d33e46d1c8f58 20 0.01/1.00 vMB 278
113,417 113,417 000000000000bf53d27a0972dd7605b6ec64f1ec4fa30000d7f3cfa4e1288ed0 12 0.00/1.00 vMB 322
113,416 113,416 00000000000038a290f7ca09eb366dcaaa7a68ce4ef4ad5fb97ff46dbafca638 2 0.00/1.00 vMB 0
113,415 113,415 0000000000003088f8e6a1e1733e52dd3b8b7c44ea2f2c6cd23b5b024b0ce190 11 0.00/1.00 vMB 309
113,414 113,414 000000000000d9032535fc8b3c21a56397147a9fce2e00beaa1c91190efa1c36 49 0.01/1.00 vMB 149
113,413 113,413 00000000000093b08d1409e03cdc8b261b799feeab4e072256dce2e60722e55e 10 0.00/1.00 vMB 336
113,412 113,412 0000000000001bde17e6d76de14a5bb788f39f3d5557da3e25c1e3e8b668016c 14 0.00/1.00 vMB 980
113,411 113,411 000000000000c067ed48ea5f40bb23c2098acac4ee43f513babaafd6a8b3214f 122 0.03/1.00 vMB 0
113,410 113,410 000000000000d83025113517716db42b97a7a31b981a3473ee772b192a3ec332 37 0.01/1.00 vMB 463
113,409 113,409 000000000000a3feb3cc81f2d1dd276bf667c9d4700dad49a34a19cecab552d2 123 0.03/1.00 vMB 69
113,408 113,408 000000000000983b6ea75d0e6a29bec9c013de69962fc9587fc3e642b7a6f5ea 12 0.00/1.00 vMB 651
113,407 113,407 0000000000000415f1b9956f69d33e2e4801afb1a1ee55a3d2862d524d8353d4 18 0.01/1.00 vMB 488
113,406 113,406 00000000000009f2ef1f3b2bca707b92d90ee90c4d12e2c2c88990374eb546cf 7 0.00/1.00 vMB 0
113,405 113,405 000000000000da9a8e2762b2835173b5f3cbd4f7cb0ed466c9d60346e22e8b1c 14 0.00/1.00 vMB 0
113,404 113,404 000000000000450ebb88a21fad0d53d4d99ae1736ba9cdc86f7d046f429fe7de 121 0.03/1.00 vMB 0
113,403 113,403 00000000000019b2ad82c3025783bcf677bf376a6874230d807221e41bbfb934 114 0.03/1.00 vMB 38
113,402 113,402 0000000000004623c82783d78520c32e8099d48f4eb4033a268335514b6b0b70 11 0.00/1.00 vMB 0
113,401 113,401 000000000000d00b85f5bf8480006012a6ec6705bc5a34a8038fba8897499083 10 0.00/1.00 vMB 715
113,400 113,400 000000000000d67bf18376b5afc0a5039d6ef28ce169dc173db27a7e88666f5b 8 0.00/1.00 vMB 359
113,399 113,399 0000000000004c7770f9f505a10aeb708c0cc87d8226f408d14e20e6647e293a 13 0.00/1.00 vMB 0
113,398 113,398 00000000000042c6d2dc36e1cb40c95184bd5a0a1a94f6417e028e21cd7af9ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.81 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: 791.73 GB
    • Received: 21.82 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.