Loading Tool

Explorer IconExplorer

Memory Pool

84,205 transactions
31.60 vMB
0.10433279 BTC
Random Selection Loading Transactions
Max Size: 193.80/200 MB

Candidate Block

Mining Attempt bd7f028a50d17ef529bd4c72efa4e6564937d2c7bb7f8562b40169c2ea7d0d60
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 64982032f79fb3520d291ae3bd915bac200832db8d8661fccf4d7d5386867196
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.03090522 BTC
Feerates: 504.27 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (252,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,790 662,790 0000000000000000000921d8248747db06f8f75d6dcc4ec99b27a31e6dbc6a71 2,494 1.00/1.00 vMB 120
662,789 662,789 00000000000000000005f0ce81d6c1d43c7b34f436e38239e1fc1dfdcb70b512 1,719 1.00/1.00 vMB 45
662,788 662,788 0000000000000000000bb082e98a8641f6ec97b93f7bd3b3742af3dffaff6e05 2,672 1.00/1.00 vMB 87
662,787 662,787 0000000000000000000b7a9507de80d6c0fda295f0fd319e9398045d85ff2333 2,530 1.00/1.00 vMB 63
662,786 662,786 0000000000000000000640a02a8ed6bc42f71b755d58d1616fc659836f72b9c0 1,158 1.00/1.00 vMB 90
662,785 662,785 0000000000000000000902996a0a6546f140ae07b6af84610b2e74832625c6d1 2,309 1.00/1.00 vMB 103
662,784 662,784 00000000000000000005c61612c41b655bfbf5a498fdc9f7ad07b163c43f3f2f 3,498 1.00/1.00 vMB 132
662,783 662,783 000000000000000000041d890d3ec7dd6bac7eab311cb1b542128b2e28dcdca7 1,915 1.00/1.00 vMB 34
662,782 662,782 0000000000000000000df541c4087c5ae2e56a39f170e0ce2531e67d2a9b0c71 2,246 1.00/1.00 vMB 38
662,781 662,781 0000000000000000000622cd8b0bf48cafd83aba48720081c38d2144faa67184 2,090 1.00/1.00 vMB 34
662,780 662,780 00000000000000000009b7c1fb5af30a3e557c0de032fa27552bbb0bf7504e1b 2,168 1.00/1.00 vMB 25
662,779 662,779 000000000000000000001aae42474510b8a849e0355c0756948093334520b202 2,343 1.00/1.00 vMB 35
662,778 662,778 000000000000000000052257d712635707b7dc85f05f3654e502af742723e913 2,685 1.00/1.00 vMB 84
662,777 662,777 0000000000000000000a9ebd969f0201405779ba7276841c9a298f81a7c5c239 3,446 1.00/1.00 vMB 125
662,776 662,776 00000000000000000000bbe29e876a8a0720e9350d9bbd44e3daf77141ea1e92 1,857 1.00/1.00 vMB 25
662,775 662,775 000000000000000000093a12ee137947a04fcd31dc925156eacfe5f1123480b3 2,197 1.00/1.00 vMB 34
662,774 662,774 000000000000000000084067812120b25b38600098860948b2a749daccecfbb9 2,265 1.00/1.00 vMB 47
662,773 662,773 0000000000000000000aed88b818d4a73e7658ca497762e1b1bc62f85857e537 1,699 1.00/1.00 vMB 13
662,772 662,772 0000000000000000000c8bc9254a017d04c69b63ccc12679a089a78057f6180e 2,528 1.00/1.00 vMB 13
662,771 662,771 00000000000000000008df9db17bd6253107acc328462fead44a84cb4364be08 1,264 1.00/1.00 vMB 89
662,770 662,770 0000000000000000000b6ce742760e02a8da373fce73d922dcc44ad93d9d9512 2,089 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.