Loading Tool

Explorer IconExplorer

Memory Pool

77,489 transactions
29.29 vMB
0.08472094 BTC
Random Selection Loading Transactions
Max Size: 178.72/200 MB

Candidate Block

Mining Attempt 3a7943db6f0a54a33ad4c0a379e00af886b5d298cc6f3de7231e259cf2bcab27
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 3f080ccb7979b2db77c97640dc6e2d6d59635c0a79ea0005eeefd96d57920214
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,772
Size: 1.00 vMB
Total Fees: 0.02059988 BTC
Feerates: 301.35 > 2.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (224,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,340 690,340 0000000000000000000ba7b080f42522f3e4e0246c0dc4c89f8b0a25d486d42f 1,902 1.00/1.00 vMB 30
690,339 690,339 00000000000000000000c02dc037933f43b21e3c6ebe7f585a4440efa6dd860a 2,135 1.00/1.00 vMB 18
690,338 690,338 0000000000000000000ef8d499e118e0a5f7ddd0bcef33879b92ecd1ca713d37 1,300 1.00/1.00 vMB 29
690,337 690,337 000000000000000000096adec0f9a36c97000a1f5e6d5369745b57424cf1edbb 2,023 1.00/1.00 vMB 16
690,336 690,336 0000000000000000000d55a30e1e361babb7587330719dc5884b2aaeb37ca9cb 2,329 1.00/1.00 vMB 21
690,335 690,335 00000000000000000003b782523a4e069a579b3ecb91e8eca97d065740adb6c9 96 1.00/1.00 vMB 1
690,334 690,334 0000000000000000000e7f06831f805dfb24bfe81cb529e22598aecb78925101 2,786 1.00/1.00 vMB 16
690,333 690,333 0000000000000000000a61a9ebc3a2b58a2c4f44eddc8bf53c4e9661482c3d4e 1,502 1.00/1.00 vMB 17
690,332 690,332 0000000000000000000c02b37456d5ea615eeb4891f51151bffd6937a9ba8479 2,965 1.00/1.00 vMB 37
690,331 690,331 00000000000000000006a08565ba1f59f9aab98646bb265accf100641f0eb27a 2,043 1.00/1.00 vMB 8
690,330 690,330 0000000000000000000328b8c7aad272a5839819bcd953ce8ce1c978c75d94af 2,328 1.00/1.00 vMB 16
690,329 690,329 0000000000000000000fee4b61372aeaee7c0054d810ef9542ac6ee2166a5e1e 2,906 1.00/1.00 vMB 36
690,328 690,328 00000000000000000005d553065e52b4a5ef1f7cb9172da1f6ec742172b301aa 2,476 1.00/1.00 vMB 37
690,327 690,327 000000000000000000081731d4993623c2fe8082e79408b619c752d5b0056118 872 1.00/1.00 vMB 8
690,326 690,326 00000000000000000000fb6a478ad38a74e892e11010044877c68868686c8090 1,332 1.00/1.00 vMB 23
690,325 690,325 00000000000000000012f2c374a5f59dab014431866cc1018b60864643eaf8ec 3,162 1.00/1.00 vMB 6
690,324 690,324 0000000000000000000341a4c1ee329888d4be2876b8ee5afdbf2692fd8d1acf 2,453 1.00/1.00 vMB 33
690,323 690,323 000000000000000000012f9e74160a42c364d5c39396ecf6b6ae952558ccdfcc 2,578 1.00/1.00 vMB 17
690,322 690,322 000000000000000000046540955c2dfa5587e2ffca13a9588afd671cc50504ba 2,188 1.00/1.00 vMB 3
690,321 690,321 000000000000000000109f5f495de48fa095f21e044b1cdf7c5505812b82418c 2,963 1.00/1.00 vMB 25
690,320 690,320 00000000000000000003d2b25625609863b9284b407268cf63f4b2730a9c4bb8 3,129 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.