Loading Tool

Explorer IconExplorer

Memory Pool

76,451 transactions
28.49 vMB
0.06729769 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt 6d711aa2045972534e582fe72a73c07482be3c76d9d98a6b98902456aeacfb50
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 49122a43cec2851a8eb7b28c77d34cddeda52156acc70a637d14b29d63f45688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,207
Size: 1.00 vMB
Total Fees: 0.00831154 BTC
Feerates: 71.79 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (244,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,570 670,570 00000000000000000002ec1f7b3091fbe87262e5f6cd29b591b72b46a72954b4 2,259 1.00/1.00 vMB 48
670,569 670,569 00000000000000000000505032bcacc4f42087d8b6ee689bd91536a43e72a163 428 1.00/1.00 vMB 140
670,568 670,568 0000000000000000000cb4a6326862cef17968e96d96c1d3667f9cfcbec880ae 2,486 1.00/1.00 vMB 66
670,567 670,567 0000000000000000000666b4a0211a37650add0a672083a0efd5f97f6eeb3d9e 2,299 1.00/1.00 vMB 23
670,566 670,566 00000000000000000008d5dd944dc682e302949a364d4b8fb89841e1437a853d 2,422 1.00/1.00 vMB 45
670,565 670,565 0000000000000000000a680b1b6e59857e4b5d85d122cf26d132cec9f6f9fbd2 2,397 1.00/1.00 vMB 80
670,564 670,564 00000000000000000007cf474b091394e60847503ae18b02611fdfbab22d4fbb 2,801 1.00/1.00 vMB 166
670,563 670,563 00000000000000000005fa4e991289ad1cdbb1b24ffd7e2dbbdf5b235a6968df 2,661 1.00/1.00 vMB 46
670,562 670,562 0000000000000000000c6beff1760d6b321b584c0d0becdb899bb711c743d215 1,980 1.00/1.00 vMB 62
670,561 670,561 000000000000000000078abc38ebc055d75d36c6f6e7bcb18809b2939ca537cf 2,764 1.00/1.00 vMB 97
670,560 670,560 0000000000000000000c6ab16363aa105193f55cc771131c93a7627efb7df334 2,684 1.00/1.00 vMB 148
670,559 670,559 00000000000000000008d3ee2e74188c3d4ae00ec1884acf068a96555c6a61ac 499 1.00/1.00 vMB 143
670,558 670,558 00000000000000000005dd795cf06ec06d854425479a051f5d1e76aded3c62ab 2,085 1.00/1.00 vMB 25
670,557 670,557 000000000000000000044b221eb3ecac9346a1a4472003374ae5596ab8bd5817 1,538 1.00/1.00 vMB 94
670,556 670,556 0000000000000000000878388f01d996081cdc66be31f2876f8efd54ad291cc3 2,896 1.00/1.00 vMB 130
670,555 670,555 000000000000000000092c1b7499500c8eade29dcc90d293db948437cef75ffc 2,167 1.00/1.00 vMB 91
670,554 670,554 00000000000000000005b6df365b3faf3edf6e6432c8437b98c9d8c49d32800a 2,537 1.00/1.00 vMB 52
670,553 670,553 0000000000000000000b3dd55aab9b48e091019671fec56676eb2a5c266b55c1 2,071 1.00/1.00 vMB 72
670,552 670,552 0000000000000000000bacc9d7114e13bc844cb084195a970d2ded6bb6ff635c 2,168 1.00/1.00 vMB 82
670,551 670,551 00000000000000000003d86b38fc94437a5c1e010911ed5659a4238648324759 1,546 1.00/1.00 vMB 36
670,550 670,550 00000000000000000008e9d51b04ddd699b8bb99dd7ce69cb1f5f5d0fee1b725 2,527 1.00/1.00 vMB 107
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.41 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.