Loading Tool

Explorer IconExplorer

Memory Pool

78,077 transactions
29.03 vMB
0.10208268 BTC
Random Selection Loading Transactions
Max Size: 175.59/200 MB

Candidate Block

Mining Attempt a0bd3685623ebb72f0faae8e7c86e91486c26226beb9720ffed766e5ed775ae7
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 91bb86e2765da4f72770f6f62dd4d719a973bd6debc49eaa2fbd4ca6a58d8b8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,967
Size: 1.00 vMB
Total Fees: 0.03065883 BTC
Feerates: 402.60 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (563,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,426 351,426 000000000000000006e92cd397a4ff0299678cfe3da2b65c0ac1bc63b8324b5a 457 0.27/1.00 vMB 25
351,425 351,425 00000000000000000f1588b5f8ae6b9a2545e7763e4d5798afd34ebd505f4972 1,397 0.71/1.00 vMB 27
351,424 351,424 0000000000000000147bf71941e350a1711d59aa549a54794457dd4c433d4f9d 750 0.80/1.00 vMB 15
351,423 351,423 00000000000000000db23a096cd5fb9ad07c8312efc5e748ac407866645a2ba0 652 1.00/1.00 vMB 15
351,422 351,422 00000000000000000730c1c0a83e20daf3afc1e7fa4c2209ec14fa5f4f4af741 1,441 0.75/1.00 vMB 28
351,421 351,421 0000000000000000012950aebc91505cd5ff2b589fc73fe35fe4f0be2436e52c 2,025 0.75/1.00 vMB 39
351,420 351,420 0000000000000000029f140a4700db4b3d1ae71ebe763a2a77a20af7eea4661d 2,231 0.75/1.00 vMB 309
351,419 351,419 00000000000000000d5b28723ca60a6d7c7a4fdd446d2e4ce7203002e91ffa4b 1,224 0.69/1.00 vMB 22
351,418 351,418 00000000000000000cef66cff40feeebdef0216067270911ca6be5ac738b4777 1,372 0.75/1.00 vMB 27
351,417 351,417 000000000000000006dba0aed622b297eeb5ea053193158cb10d20b849f4b019 2,444 0.90/1.00 vMB 37
351,416 351,416 000000000000000009a87f1039b138ecce2dfaed9a22deb878964c573d5cf665 175 0.07/1.00 vMB 31
351,415 351,415 00000000000000000859668d742c1bc2a4a635799f14a50e945310db263e530b 2,006 0.99/1.00 vMB 29
351,414 351,414 000000000000000007d1344fd43c09cc276953014412d09b1319eea305896956 1,157 0.57/1.00 vMB 28
351,413 351,413 00000000000000000cd9a4515032a7cb1815f8d8f4cc6a1bbe361a3a7b126d3f 719 0.47/1.00 vMB 22
351,412 351,412 000000000000000011b79936cc551d8295c2ea4b9ecb73ec15076b3d367ce132 2,147 0.90/1.00 vMB 35
351,411 351,411 0000000000000000135cb4698a4fd5573235b4ffb09248a49ab986e8c3e7580c 535 0.33/1.00 vMB 24
351,410 351,410 000000000000000010b767395cec3542c10e19c99b0e8a4038d507de3c968ba9 189 0.08/1.00 vMB 32
351,409 351,409 00000000000000001259e62fc331bbe3deacfdcb2344b9562467b6eecb156870 212 0.14/1.00 vMB 20
351,408 351,408 000000000000000014df3b52312a7159b55c124773c8153a4e0278bc0c16edeb 344 0.21/1.00 vMB 28
351,407 351,407 00000000000000000fdf5d014c1b3db16d14d58212db7b65ca5048d7f23017a7 505 0.29/1.00 vMB 26
351,406 351,406 000000000000000009bc9887a43392c27e2e555763c13e2628c388e3fd5f7bbc 552 0.30/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.92 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: 714.54 GB
    • Received: 17.56 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.