Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
28.95 vMB
0.07833311 BTC
Random Selection Loading Transactions
Max Size: 175.53/200 MB

Candidate Block

Mining Attempt 92d599645ed6e27c3719bff084997cc068e1d017d6f8cd0ce6442adebb1196cb
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 7dcb3ad0ddf73b0d66acaddc90da91dc199f4e5f062f98324fab6b4a54ba5c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.01784476 BTC
Feerates: 100.81 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (279,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,510 635,510 000000000000000000049d0ea0fb80a3ba540c3ce3746f8d4e1b87986dec0942 1,464 0.62/1.00 vMB 7
635,509 635,509 000000000000000000068738cee30e085db58270fe4b39e9f8e93fb175c2fd8d 2,384 1.00/1.00 vMB 32
635,508 635,508 0000000000000000000682c3ef246927dbdd359e0e587e27f3bf208ef816816a 486 0.31/1.00 vMB 4
635,507 635,507 00000000000000000009947f407fe906a50c1ccd4b936a9438992b21c932e56f 1,527 1.00/1.00 vMB 12
635,506 635,506 0000000000000000000dcbb67f77473d76fcd4d863683c8a347031f609b1001b 2,277 1.00/1.00 vMB 20
635,505 635,505 0000000000000000000049be68ccf414c460706b823351d6d84b8f9b0efb690d 2,661 1.00/1.00 vMB 27
635,504 635,504 00000000000000000006d6f4f056463e11695b9d527c034aad1ec2afc1d87ec5 1,395 1.00/1.00 vMB 5
635,503 635,503 000000000000000000113a8ba2ecef13e7bfcce233dbf466dd7d7c81c5f75051 2,612 1.00/1.00 vMB 10
635,502 635,502 0000000000000000000b2833ac3cdd4d86d67a44dbcc471a550ac41c38f7ef0e 2,766 1.00/1.00 vMB 51
635,501 635,501 000000000000000000044cfd86b95bc7a02825fdd068bfe64dba46f18f9818d7 2,828 1.00/1.00 vMB 41
635,500 635,500 0000000000000000000ddd3c73890e3c33cd04f65b764074b0fa8213e8d14096 2,864 1.00/1.00 vMB 18
635,499 635,499 0000000000000000000d3a9def0805af48846f6099e0fb6adddd84a13a2a7303 2,534 1.00/1.00 vMB 41
635,498 635,498 000000000000000000110cf08c2b48907b08061555b9fe0fefce8ea44b3b4d40 2,469 1.00/1.00 vMB 62
635,497 635,497 0000000000000000000ee070296e323022c785e06617cd43507a15906830585d 2,109 1.00/1.00 vMB 11
635,496 635,496 0000000000000000000b3834998b70076fe6c70264159701764cb0a894ba956d 2,498 1.00/1.00 vMB 24
635,495 635,495 0000000000000000000aa998719a8ddfa155eb0052618177604682aaea231b08 1,982 1.00/1.00 vMB 45
635,494 635,494 0000000000000000000f2ba3e9ff3780ae26effc0ccb75856db552e6c104e94e 3,237 1.00/1.00 vMB 6
635,493 635,493 0000000000000000000b58ec9a6e12872250abf76b5ba6618900c777d155e2e4 2,312 1.00/1.00 vMB 36
635,492 635,492 0000000000000000000e07285d3485af2f47c408f37e47f096d644c71f0cdd5d 2,677 1.00/1.00 vMB 47
635,491 635,491 0000000000000000000a204f8623114a23e50f938183334f4f71b0ae9ddb830b 937 1.00/1.00 vMB 6
635,490 635,490 0000000000000000000e6a4a432e1c1e6aca62b5e0f495d243a1c663d0deefc3 1,122 1.00/1.00 vMB 2
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: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.