Loading Tool

Explorer IconExplorer

Memory Pool

76,289 transactions
28.44 vMB
0.06588976 BTC
Random Selection Loading Transactions
Max Size: 172.38/200 MB

Candidate Block

Mining Attempt 4655a336ca57f2e8f974ce2e8dff957d93fdd5e17e4004379940dc7fbdb45358
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root c6da7b94b28e4dcde8bdae7e625f6e43569fdffccf5d65662999d098732c8feb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,439
Size: 1.00 vMB
Total Fees: 0.00698906 BTC
Feerates: 71.79 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (244,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,510 670,510 00000000000000000004c0a9f75fde4ca3773fa3ce865bc549a44f11a4e2d544 2,162 1.00/1.00 vMB 73
670,509 670,509 00000000000000000006d09c35d49497f3f23121dbf2f2018ccf3096bcc53ce6 2,329 1.00/1.00 vMB 98
670,508 670,508 0000000000000000000c2fff6b69957780e5dabc034797979fcfcaebc92b4a80 1,548 1.00/1.00 vMB 149
670,507 670,507 00000000000000000006e940f79a26bf2a351a170d04baba95d87b16b3c4a58f 911 1.00/1.00 vMB 56
670,506 670,506 0000000000000000000bf7610d1a844ae477f94d5b6682bb2e2f213dcccacadd 1,289 1.00/1.00 vMB 26
670,505 670,505 0000000000000000000433c944ffbdef397c21f86408514a57b641c050f73240 1,186 1.00/1.00 vMB 55
670,504 670,504 0000000000000000000ba2065d451f6dd4eea08737f8f4421d392fbd67ba9c33 1,601 1.00/1.00 vMB 97
670,503 670,503 0000000000000000000b6b68501f222a44184de93b9b27c1bef91f839409f424 1,983 1.00/1.00 vMB 65
670,502 670,502 000000000000000000062d5c22d80eebdaa7939b932ef23df372970a1d88afd9 868 1.00/1.00 vMB 24
670,501 670,501 000000000000000000072c6ef138bb98d6521fcbd037752a5fdb365ea05b5625 1,740 1.00/1.00 vMB 30
670,500 670,500 00000000000000000002d5df4a5331cb24106c745010f797fbc48234f2a04251 1,412 1.00/1.00 vMB 29
670,499 670,499 0000000000000000000a4897e7aa310a0f9306a27e4e41750c176ec54b91f933 2,814 1.00/1.00 vMB 27
670,498 670,498 0000000000000000000a0a130d96629b2a261efe2e47b556bec648c5b33a8034 2,435 1.00/1.00 vMB 114
670,497 670,497 0000000000000000000a4090ecb06d1086bec979a7fb812319f5f2739b67e5e0 1,894 1.00/1.00 vMB 19
670,496 670,496 00000000000000000009b44235289d84c92a061662c9d5e0506538c136da8140 1,721 1.00/1.00 vMB 40
670,495 670,495 0000000000000000000a39515282a0e2c205e2c3475caa9408bbb232f3568eef 2,186 1.00/1.00 vMB 84
670,494 670,494 000000000000000000071341aac453f6132d816aff6e9054295e95c72668b719 1,951 1.00/1.00 vMB 67
670,493 670,493 00000000000000000008df2067aca38857a6f4b54e4c912b3b14e49ded9f6ddc 1,895 1.00/1.00 vMB 70
670,492 670,492 0000000000000000000472b1534e4f823ae52dcf631acbc57ee26ec1ec58c514 1,926 1.00/1.00 vMB 64
670,491 670,491 00000000000000000005be02758e562584687ae1a13b621ffad8f3b68abddcb0 1,848 1.00/1.00 vMB 71
670,490 670,490 0000000000000000000122a06daa6e5a052a839d7e5a919d78010a299c9ebcac 1,827 1.00/1.00 vMB 134
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.13 GB
    • Received: 16.40 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.