Loading Tool

Explorer IconExplorer

Memory Pool

43,262 transactions
28.98 vMB
0.10859738 BTC
Random Selection Loading Transactions
Max Size: 149.85/200 MB

Candidate Block

Mining Attempt 446a247c3d0ea3e6d87891f20bdbc70821553adb8eb77d8d3c22aa182f24c321
Version 20000000
Previous Block 0000000000000000000092b77d861228f9f2f090d6e7fff4805104c96d9d1447
Merkle Root dd2db88b3992fb4b83cb94968a0c2ea10a9afb454be89ab7be6840c72d5b7f3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.03323261 BTC
Feerates: 393.72 > 3.33 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,305 (822,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,296 92,296 000000000001b59abff87653d45c06629ef662c937e57b1863c5d8f2cd56ae0c 3 0.00/1.00 vMB 0
92,295 92,295 000000000003a9019370e3ecc5d00ca5d2f677061ba97859f97178440b0ca38c 1 0.00/1.00 vMB 0
92,294 92,294 00000000000093e5b6540e7216d2e90ed531182bf57a6f2c3ac23a622f59d810 1 0.00/1.00 vMB 0
92,293 92,293 000000000001f83af40d0aeab0077657fdc1fa3cf3ceb75000adff721dc45e8e 1 0.00/1.00 vMB 0
92,292 92,292 00000000000bfa121c0b32511a756570c197ff941f96371f3e87fd3b2d608c97 1 0.00/1.00 vMB 0
92,291 92,291 0000000000031560ba5156582b294f7439dd4a20cb1468b7426ef696f6c8ed2d 1 0.00/1.00 vMB 0
92,290 92,290 000000000009d0fa430ebe0753e7e933fd5ed54fa8ebf91e878298862f580b17 1 0.00/1.00 vMB 0
92,289 92,289 00000000000ad21079a070634b54edb42d6e4ba695f17678cc1fc7fe7e305eb4 2 0.00/1.00 vMB 0
92,288 92,288 00000000000d54a970a46faeeb692acb4be0426d752ec50c25a8d1606cfa31aa 1 0.00/1.00 vMB 0
92,287 92,287 0000000000075543efed483754c7017a4e843df4162338740cc81defec611dfa 1 0.00/1.00 vMB 0
92,286 92,286 000000000006311c6bd0a018a7512572c2f3d5dea307e92308c16827762c0f5a 3 0.00/1.00 vMB 0
92,285 92,285 000000000003926f1aaa236815f1fdcfa26d709533f57ff1ac9649f7f2b3f53b 1 0.00/1.00 vMB 0
92,284 92,284 000000000007f68d6b4b875c49e9bf14df87b46d58800f7c438619a498c9c12a 1 0.00/1.00 vMB 0
92,283 92,283 00000000000721a6654308c912e4b5a6b569a79aad2e6b5257dae8f3e1c2a724 1 0.00/1.00 vMB 0
92,282 92,282 00000000000e700228e203a6927c57bf1fb9f96cd8d4d64f40479c1b6f31c8dc 2 0.00/1.00 vMB 0
92,281 92,281 000000000006e208a58c35b2f1ab22b025c955ef5a086f66bce93e983c2ed006 1 0.00/1.00 vMB 0
92,280 92,280 00000000000963b51e7484fd49d614430e529f28a0d58ba87d08392c47c5ee1b 1 0.00/1.00 vMB 0
92,279 92,279 00000000000c325c01f2c54916edbb2e7e6d1628e4147a2c433540d31b8c1d4a 2 0.00/1.00 vMB 0
92,278 92,278 00000000000e281ca4557c17d6a7781a1de929149c1c814f9be0ea461119239e 1 0.00/1.00 vMB 0
92,277 92,277 000000000008a6f1a675dc80f159dba44c0c2f8674a71a531e451050c3950967 2 0.00/1.00 vMB 0
92,276 92,276 00000000000d62d51e220ad9be1459cb4cc0886531e9f51f032eaf5c485bf831 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.41 GB
    • Received: 9.10 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.