Loading Tool

Explorer IconExplorer

Memory Pool

76,114 transactions
28.39 vMB
0.06406402 BTC
Random Selection Loading Transactions
Max Size: 172.09/200 MB

Candidate Block

Mining Attempt f3b6ba53f552ca3442a265cf11f00ffd58a9b303fbf67f6b33c0a9a52c851034
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root b5a422cd1098300a9ace8242b17ed3769ffd52949fc73b8a398e571e9be661c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,977
Size: 1.00 vMB
Total Fees: 0.00519804 BTC
Feerates: 41.50 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (238,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,342 676,342 00000000000000000007f847764a3b1ba1c30ce7353f012f425a0e5d59bed8fc 1,645 1.00/1.00 vMB 31
676,341 676,341 0000000000000000000a395c77d7f262c17945f17820b85c43ae93cf1f35bdfd 2,540 1.00/1.00 vMB 14
676,340 676,340 0000000000000000000b448e766dc88d478c18bc96dc83f898558ad0d65459a8 1,876 1.00/1.00 vMB 26
676,339 676,339 0000000000000000000ad7bd05e41b7176821c632526a5a336f5f36180eec1c8 1,597 1.00/1.00 vMB 61
676,338 676,338 00000000000000000002ea57052b1e76c07376f5e3afb3cc8b54174fca8f9e90 1,862 1.00/1.00 vMB 77
676,337 676,337 0000000000000000000097ff0b1265e07c67a7d8651be64d1b01778d61dd25ba 1,743 1.00/1.00 vMB 78
676,336 676,336 000000000000000000049571e906b583aa4c57aff0006c6adcec8282c4f48abb 802 1.00/1.00 vMB 34
676,335 676,335 00000000000000000009248175b29c3eefebf5b6d01686c21bc3f8a73a65249d 1,641 1.00/1.00 vMB 13
676,334 676,334 0000000000000000000219ff7814b44b8a5bae76fb676c35865d44fa4420f018 1,566 1.00/1.00 vMB 46
676,333 676,333 00000000000000000008032363c048c0943d807e7ad060db0dfc16db9adcf225 2,184 1.00/1.00 vMB 69
676,332 676,332 00000000000000000000412e1308328dafd85b5adc45665126258ec2e7f85aa0 2,179 1.00/1.00 vMB 60
676,331 676,331 000000000000000000056776fe6000f15440a9085f3103f24d75777fc19facdb 2,006 1.00/1.00 vMB 17
676,330 676,330 00000000000000000002c2eeca016867a39fea3ca76fb3a06b8d7b5bbc1879cb 2,812 1.00/1.00 vMB 23
676,329 676,329 000000000000000000099afb960719dd986a8a81d1c981bb7a99482c46f5aae3 2,204 1.00/1.00 vMB 49
676,328 676,328 000000000000000000010a1fa20a612170ba08f41aaaab1fa38f45e0c34c5577 2,316 1.00/1.00 vMB 47
676,327 676,327 000000000000000000030b4f5a01f7387db1ba375e48222789df669f857f393c 2,464 1.00/1.00 vMB 56
676,326 676,326 00000000000000000003ad79c590d870dca8d4fa4aef4e572f7bfe787489cb3b 2,027 1.00/1.00 vMB 64
676,325 676,325 00000000000000000001aca1eb19f459bac5e7c9922d18fe1dd00851586358d9 1,417 1.00/1.00 vMB 56
676,324 676,324 00000000000000000005e2dba965cfb073f7f4ad9a1bff779d546640fb85a5be 1,484 1.00/1.00 vMB 74
676,323 676,323 00000000000000000008a8051bfe67cc13743e4b5a69ec05d647cfb54ac3a2cc 2,239 1.00/1.00 vMB 64
676,322 676,322 00000000000000000004c8d09fcb800927a5473814bcc9a921b7c9638de474b6 2,109 1.00/1.00 vMB 52
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.