Loading Tool

Explorer IconExplorer

Memory Pool

77,171 transactions
28.66 vMB
0.06573528 BTC
Random Selection Loading Transactions
Max Size: 173.90/200 MB

Candidate Block

Mining Attempt e6f23eb9caa8117b8a13366192b19b6b19fb0ce25fdf108066a439c9ac113a46
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root dcd257df5f4ea9327d81091477964e882eb21968d1bdf831d20ee37d64f2c3f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,612
Size: 1.00 vMB
Total Fees: 0.00631232 BTC
Feerates: 20.01 > 0.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (369,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,514 545,514 0000000000000000002017c5a7d6b6fddc18efe9a9a8ec5a089c7b0974a73d44 1,363 1.00/1.00 vMB 12
545,513 545,513 0000000000000000001720bcb047696eee835fa75a4aebd8a557127bcee68fd4 1,561 1.00/1.00 vMB 15
545,512 545,512 00000000000000000008c65d1f40ba2acf5aab4fbbcf15dd1724e23ec276e459 1,456 1.00/1.00 vMB 3
545,511 545,511 0000000000000000001b0e3be078a10f00484dca089bae2af20ef411e07a11e7 2,945 1.00/1.00 vMB 20
545,510 545,510 0000000000000000001d9749aea9f27ec85cd70b0fa444e53129f41bc7ef330f 1,063 1.00/1.00 vMB 5
545,509 545,509 000000000000000000207a03b03b2e8397c3f440c03579e9f16fd09d243be629 1,045 1.00/1.00 vMB 2
545,508 545,508 00000000000000000008aa5e27545d6308dfe635897d8ae3347e542017262cfd 740 1.00/1.00 vMB 4
545,507 545,507 0000000000000000000fab50f804dde9c1681fc2fdc88910b737efc5798dc0ac 1,083 1.00/1.00 vMB 4
545,506 545,506 00000000000000000014db98c5d9e3b0c885a10d135f279392dac609b61d87ab 1,792 1.00/1.00 vMB 5
545,505 545,505 0000000000000000001d2210479c20de9d3ca79d5ffb15ecee559c168bc4d720 3,044 1.00/1.00 vMB 17
545,504 545,504 00000000000000000004d21ab847b1c63fc82b1107f5e7aa117f2ddb4e315970 1,729 1.00/1.00 vMB 9
545,503 545,503 0000000000000000001dcc3eed9f111b0db3d173d8f7e3cdd64c27e714c486de 873 1.00/1.00 vMB 5
545,502 545,502 0000000000000000000e479af679323d41bc4aad55dedb91f8d191b3d77fc55a 821 1.00/1.00 vMB 7
545,501 545,501 00000000000000000012b17601463faef3e251d2524852b3cbf632c4659a50d7 109 1.00/1.00 vMB 3
545,500 545,500 000000000000000000099bd72a6f0d945447553ceb95dfa9e6b1b2807016b077 2,554 1.00/1.00 vMB 6
545,499 545,499 0000000000000000000477efa9f2d6912f02445c9b7a70f300c293e3d6ed1f64 2,594 1.00/1.00 vMB 24
545,498 545,498 0000000000000000000082c6670f2d1755122730c2d499c83c17edaa538ea5b4 538 1.00/1.00 vMB 4
545,497 545,497 000000000000000000059c0ed8a12255538ea8454c3e46485c7493e48369f5b9 2,705 1.00/1.00 vMB 12
545,496 545,496 0000000000000000000a868c3c42eeae29e534f8f4398dbbe628c39fe851a4e4 3,331 1.00/1.00 vMB 10
545,495 545,495 0000000000000000001f865466920c9ab62a3fd47bc018fe50b38af4465e8ddc 2,909 1.00/1.00 vMB 25
545,494 545,494 000000000000000000028daaa4c3f398aa74488fd42426ad2235fe3d3eef40eb 1,494 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.57 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: 670.85 GB
    • Received: 15.85 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.