Loading Tool

Explorer IconExplorer

Memory Pool

79,600 transactions
29.63 vMB
0.07196670 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt d34079f8ed2b9112b38c68fc558c43a7909a66c275d98acd951a842af4d50c37
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root e9a5340bdf0c6279ce3415f6fba4b1d6696ad443d106f69027295e325d17e350
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,733
Size: 1.00 vMB
Total Fees: 0.01173672 BTC
Feerates: 150.77 > 1.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (208,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,370 706,370 00000000000000000004f50ab68e409810364123cc8a1202bfbc0274b1e50dfd 2,779 1.00/1.00 vMB 17
706,369 706,369 000000000000000000060e6a3a648387bff97ee8aee5bfad2ad3d08a8b1519eb 751 0.99/1.00 vMB 2
706,368 706,368 000000000000000000071f8021277c6364d2a9abfe4b500e6898b8d4ed32ca19 2,324 1.00/1.00 vMB 2
706,367 706,367 000000000000000000016abcc848fca7cbd6d51e83153c7b1e8612ba82436f34 3,021 1.00/1.00 vMB 15
706,366 706,366 0000000000000000000816fbe2d523abb484afd6c494ad8c1c229236e65d0311 1,311 1.00/1.00 vMB 6
706,365 706,365 00000000000000000001c2270daa36e871c58ccedc8fee49e3dafb466f012bb6 2,184 1.00/1.00 vMB 10
706,364 706,364 0000000000000000000248bea1fa3bb19afcff6061c0654fe214a22acb3e67d9 3,132 1.00/1.00 vMB 5
706,363 706,363 000000000000000000002557faa7476624d704071ed914a7f57d8ad6e5a700d4 2,912 1.00/1.00 vMB 18
706,362 706,362 000000000000000000082daf8b43783c6c7501ab794d10ca171809b418e4f78f 413 1.00/1.00 vMB 1
706,361 706,361 00000000000000000003230853c5473c1f5ca8d65a5c5a2434d0d1e0bb062506 2,071 1.00/1.00 vMB 3
706,360 706,360 00000000000000000008742090dfc1492c0b4ede2e3276b0ef88e598a49760c9 2,563 1.00/1.00 vMB 10
706,359 706,359 0000000000000000000678563b485b0a16853b48a1cf79faedb0dd8942af6c85 3,224 1.00/1.00 vMB 5
706,358 706,358 0000000000000000000a4de7068b6083d8c196b274da1ef6506d67f6313e90fa 1,866 1.00/1.00 vMB 4
706,357 706,357 000000000000000000018348fbf75967ae4c33f329ddda40ab38082a1bd3dd4c 2,881 1.00/1.00 vMB 9
706,356 706,356 0000000000000000000cccee1258224616b5bf4262b514676ceb78a70f69416e 2,520 1.00/1.00 vMB 8
706,355 706,355 0000000000000000000a160e946a0e928a27b1080b87a03a9f25276d1f1e5cef 2,680 1.00/1.00 vMB 16
706,354 706,354 00000000000000000009844dd95bc26d567ea2e9311375a9050feca4fe3be4fa 2,544 1.00/1.00 vMB 23
706,353 706,353 00000000000000000004034fd41a4c6bc4fda0b99cc0b313bf6268b5f7376f64 1,950 1.00/1.00 vMB 11
706,352 706,352 00000000000000000005ebcdc467f7b2a14ae384d8a6376941a4bdf004ca3d92 1,065 1.00/1.00 vMB 7
706,351 706,351 00000000000000000008417f15e421f0f0600e9750e1356fbaf4f5db06ae7e26 3,197 1.00/1.00 vMB 14
706,350 706,350 0000000000000000000d5653cf881ab3b93443cea2be64058bc178607602725d 3,098 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.38 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: 664.37 GB
    • Received: 14.96 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.