Loading Tool

Explorer IconExplorer

Memory Pool

75,565 transactions
33.40 vMB
0.12437917 BTC
Random Selection Loading Transactions
Max Size: 186.35/200 MB

Candidate Block

Mining Attempt 0705834aa0f6cbb83a0f28af3bc1193ec34dd9086d45c0d97ea7432f5455ada9
Version 20000000
Previous Block 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203
Merkle Root c93e117742e3a3a5b94e30ddf5f3e209dbf1390bdc3545e2fe051966c2a740fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,139
Size: 1.00 vMB
Total Fees: 0.01782718 BTC
Feerates: 70.48 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,414 (301,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,372 614,372 00000000000000000001a31f2643cbc5462201b3532c6a80c7340490424a72d2 2,801 1.00/1.00 vMB 3
614,371 614,371 00000000000000000003d2894c00539463b15ae007672070d02b6ebd9837af02 2,991 1.00/1.00 vMB 15
614,370 614,370 00000000000000000000db1b7d37977366d01f8e16be421c1f58d5d7d4e3088c 2,479 1.00/1.00 vMB 4
614,369 614,369 00000000000000000004d95cb52332357a34268d6025f7357a1ea6833ad1c8ba 2,755 1.00/1.00 vMB 11
614,368 614,368 0000000000000000000e11df37a119f7ce21ecf5ed292268fb196723f21184ea 3,148 1.00/1.00 vMB 9
614,367 614,367 0000000000000000000d2df570dad4e986d1ef4ae5380de125cc7ad0c9e64fe6 2,763 1.00/1.00 vMB 6
614,366 614,366 0000000000000000000faad1589ba581789a9db223959ae3326b18ccaa9efcb8 3,335 1.00/1.00 vMB 12
614,365 614,365 00000000000000000002f5949e43a9818fc79d294706b0d768a047b58caeae92 3,227 1.00/1.00 vMB 16
614,364 614,364 00000000000000000009bc6f5eb2f3e79bf05ee996f39cbcceacf3398b42feb0 3,176 1.00/1.00 vMB 19
614,363 614,363 000000000000000000055200ceb7e4b2caf59f521f6a1bfb60dae13d209ff66a 2,953 1.00/1.00 vMB 28
614,362 614,362 000000000000000000060afeae4857ed0a4a7da9820f099a23788fc0f8514495 2,093 1.00/1.00 vMB 6
614,361 614,361 0000000000000000000c12cda526384ed8c46b81e5cc345e9fa7ba63dce12e2b 3,371 1.00/1.00 vMB 17
614,360 614,360 00000000000000000006a65f70039caf55df2b5160ad22b527de9bbfa736004f 3,021 1.00/1.00 vMB 8
614,359 614,359 0000000000000000000895f61f933e71bb9a4cc508d2da23392cc29873818a1f 2,824 1.00/1.00 vMB 5
614,358 614,358 0000000000000000000aa2aaf0e4d2deff9cecbb84307057d89d0e768e2ba71b 3,210 1.00/1.00 vMB 19
614,357 614,357 0000000000000000000591fcc8554c7869efd7fb2f4f226e7e133feadcb58718 3,066 1.00/1.00 vMB 11
614,356 614,356 00000000000000000009433fa69104e755750d59ace6ffdea3004c8aba5ba2a5 2,446 1.00/1.00 vMB 26
614,355 614,355 00000000000000000009e688d1b3cbdff4e497cdfc1b2792cdd9515fa1f76de9 3,225 1.00/1.00 vMB 12
614,354 614,354 00000000000000000005062c32fd611b2b095750685155d9279718fb8b957823 3,227 1.00/1.00 vMB 12
614,353 614,353 0000000000000000000f202bc63826cdbd93a76f6300bb6679a2ccc8ffa15db3 2,484 1.00/1.00 vMB 16
614,352 614,352 00000000000000000012c01d90ba4fce12165ba3d437f12a276b8e2eb39876aa 2,883 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.11 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: 731.99 GB
    • Received: 18.53 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.