Loading Tool

Explorer IconExplorer

Memory Pool

77,957 transactions
30.10 vMB
0.07175237 BTC
Random Selection Loading Transactions
Max Size: 182.46/200 MB

Candidate Block

Mining Attempt 3ef1d1990ca44c1ae19061032c3d57290bf0d4e330a899b6c0d22770ab325ff7
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 10f76cdddf8c173cd16d25c75c5aece9aabf0b458b9edff99c2a867ac818bef2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.00786546 BTC
Feerates: 50.18 > 0.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (255,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,505 659,505 0000000000000000000bf11ad314ac68d2ab61bc09d300ca5d2f8ed6c9466467 2,821 1.00/1.00 vMB 125
659,504 659,504 0000000000000000000145c72606146f6dd0b8718dd4873a006136e72ed060a6 3,055 1.00/1.00 vMB 112
659,503 659,503 000000000000000000051c3de9f1432c56a73b8155417f2924b70f393c802d64 2,980 1.00/1.00 vMB 126
659,502 659,502 00000000000000000004e1a78ac7064e693334995f799db99ceb3c1c0ebd7b5e 2,682 1.00/1.00 vMB 120
659,501 659,501 0000000000000000000e49d1888ed9f165ce12c83eed3991cb3fea1599de3afa 2,326 1.00/1.00 vMB 133
659,500 659,500 0000000000000000000bd69699780e7b6d99c9d551443a360a624a7f5a822434 2,969 1.00/1.00 vMB 147
659,499 659,499 00000000000000000007311b3676143c03ff875b1a0fedcd0c44333b9c5b7c0a 2,861 1.00/1.00 vMB 130
659,498 659,498 00000000000000000009b830938fa3c0c42200b6610552464ef1e65e8eb0706d 2,791 1.00/1.00 vMB 119
659,497 659,497 0000000000000000000e609a6bbe46c89988a46d006096f1ccad0a00a8a2e5b4 3,204 1.00/1.00 vMB 145
659,496 659,496 0000000000000000000ea38ed17f1e5e052df595f2c9d28a9537db960a486104 2,780 1.00/1.00 vMB 108
659,495 659,495 000000000000000000049769497cb25ed5a4165707d1b761f0d98ac24ff8869b 2,659 1.00/1.00 vMB 97
659,494 659,494 0000000000000000000331528d055397f0ca78baf731596b88680f1f8fee30c7 2,526 1.00/1.00 vMB 114
659,493 659,493 0000000000000000000bf234a20af5066fccff1e4a3dcbd0b8b57b0dd48bfd8b 2,559 1.00/1.00 vMB 99
659,492 659,492 00000000000000000005d9155b4265485339f8eb6f2b19c985c04b708edb5643 2,049 1.00/1.00 vMB 100
659,491 659,491 0000000000000000000cbea2ad40cb3f9348929923c7d7a9a0975c7c7cc0cc18 2,769 1.00/1.00 vMB 95
659,490 659,490 0000000000000000000961d20020579bf1eec11b36c1f4c6e2e569899ddbf090 2,098 1.00/1.00 vMB 104
659,489 659,489 00000000000000000007d24bf3fe8098fa3943b1da4821d31c919070950f67aa 2,412 1.00/1.00 vMB 133
659,488 659,488 00000000000000000002743a8d0b5abd7828b8830d847cf7e9f2ff1f7fad3815 1,671 1.00/1.00 vMB 101
659,487 659,487 00000000000000000001468662f661e73a8a3679f11d0a918fa3bfc91bf13330 2,784 1.00/1.00 vMB 116
659,486 659,486 0000000000000000000750264372b9ba367334d769d060dfad124767370d0c04 3,277 1.00/1.00 vMB 118
659,485 659,485 000000000000000000007187f444718a49466b00e4a98f7451a692f9b69ac5ae 1,878 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.71 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: 698.10 GB
    • Received: 16.59 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.