Loading Tool

Explorer IconExplorer

Memory Pool

80,288 transactions
29.86 vMB
0.11773027 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 9d31e3898043f19682ae78dc389d9e8291085814e111cd93358fab04d5d5dbfe
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e84af74138c061d4f7c6a438c4030e1df5ed2658eea1a17c07c49911b6856ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.04867401 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (355,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,999 559,999 0000000000000000002f0bc62e1afc2c8502728bb98c7af661b4e6e75cb60b15 3,165 1.00/1.00 vMB 37
559,998 559,998 000000000000000000162a94f83310b56a6f290cf1ea003d972e34984b52158e 1,748 0.69/1.00 vMB 13
559,997 559,997 0000000000000000000c46a30c723d50ae9499e10b05d5e165c68925cc324a34 3,214 1.00/1.00 vMB 20
559,996 559,996 0000000000000000001ff3dd4caef07448db59723708c1feb5fbf652c0fbb279 2,265 0.74/1.00 vMB 16
559,995 559,995 0000000000000000002792520638db7174e78e0605c37f42d3810442f988102e 1 0.00/1.00 vMB 0
559,994 559,994 000000000000000000231cc0103cd7b8a0a717c41e269d574b8cb90626b7ce75 2,014 0.64/1.00 vMB 12
559,993 559,993 0000000000000000000972e33ce9896f217631859a4f01d9612967c355495be2 3,000 1.00/1.00 vMB 45
559,992 559,992 00000000000000000009fff5546806eec2203392c1ea9b97c1c07391d114273c 1,260 0.39/1.00 vMB 20
559,991 559,991 0000000000000000002d48c084446c180b99ceab3323f694863bc520ebf568eb 455 0.13/1.00 vMB 17
559,990 559,990 0000000000000000002b016b6d2a8548d328e1780e9fdc62660ef8e3823e5b13 547 0.18/1.00 vMB 22
559,989 559,989 000000000000000000176572223a890e3a9220c43e0b5e3e8e6495c7edd065d4 2,423 0.93/1.00 vMB 13
559,988 559,988 0000000000000000001cbda066ea4b17fd47f4c9684ecf8ad63eac46e715ccd8 1,679 0.68/1.00 vMB 8
559,987 559,987 000000000000000000008e7eef806f047f4ad0f44f0ebb7d8467232d1ead30c1 3,197 1.00/1.00 vMB 5
559,986 559,986 00000000000000000010bbd6d2af00816c8b0da3118927d22dd2c897b031ba26 2,974 1.00/1.00 vMB 18
559,985 559,985 00000000000000000018930b7334d8157fbaacd4dad0ecf31bd4e63a0238a5d7 2,281 1.00/1.00 vMB 12
559,984 559,984 0000000000000000000b65b49909abfd4b5d0f966aa7e79cf1dd96b2189faa1f 3,224 1.00/1.00 vMB 39
559,983 559,983 00000000000000000016bf514ab26a90ff9fdb4263b8386ad54d3aad5b01ee78 2,979 1.00/1.00 vMB 28
559,982 559,982 00000000000000000007a3d40d26f8929b0fae85b1ac6a42e33d667ec03d6a60 3,216 0.99/1.00 vMB 27
559,981 559,981 0000000000000000002e2e3ce7ceb791633112558aab912a1c03a6e9c8b28326 1,901 0.71/1.00 vMB 15
559,980 559,980 00000000000000000010780dfb0a352d437cefabfa1be5c8ad1089bf7ade4c38 697 0.30/1.00 vMB 24
559,979 559,979 0000000000000000002b47291a7ad4706273c8eacfb0adde3c7fc8331fb6cb64 1,293 0.39/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.