Loading Tool

Explorer IconExplorer

Memory Pool

78,372 transactions
29.35 vMB
0.07981253 BTC
Random Selection Loading Transactions
Max Size: 179.86/200 MB

Candidate Block

Mining Attempt 9f645f21b7007213e8855cfb2cfbb483dd207db38ba3178807ea162c8eded48d
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 12e9debe67fa0c18f9303bf51dae7458623a9013b8ba412927e852ad5715cffd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,381
Size: 1.00 vMB
Total Fees: 0.01544272 BTC
Feerates: 73.20 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (224,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,971 690,971 000000000000000000130fccbabd17affa68cfbf0bc81a8c989c1d6c30764067 64 0.02/1.00 vMB 38
690,970 690,970 0000000000000000000f4f73dfcc93b2dd6f599eff3dd3aaa1d7c7eaeaa2df0c 110 0.03/1.00 vMB 22
690,969 690,969 0000000000000000000f59290899d3c6917bf685085feb584a21b714e66c4740 2,319 0.99/1.00 vMB 21
690,968 690,968 00000000000000000003462de69b435e922fdb54ecc227f8eea8aa6d633de9c0 434 0.13/1.00 vMB 9
690,967 690,967 00000000000000000000a6c30a458d58e95b505e9cf431823cd613d5dd26f4c6 2,408 1.00/1.00 vMB 33
690,966 690,966 0000000000000000000796cc61fb352d87a174b951536339c8526d62782c5c88 1,061 0.41/1.00 vMB 23
690,965 690,965 000000000000000000110456d8476adc3d98f42c1d0b8c3bbbe70d4d5240c40d 555 0.27/1.00 vMB 62
690,964 690,964 00000000000000000000eb0ef46ee5eede721ddc225f9510e2135ce8fc581821 1,371 0.63/1.00 vMB 50
690,963 690,963 00000000000000000001e522e0bbd96c3715d968419b1cae383de2715e296d8b 684 0.30/1.00 vMB 29
690,962 690,962 0000000000000000000446cabd4d48b45e4085eb74c49676bf35d9a6e5cf13c3 1,748 0.67/1.00 vMB 21
690,961 690,961 00000000000000000011bb8cdc1a91bb6b2bb8a5afea611f92cb09e1dedff1e6 1,250 0.58/1.00 vMB 13
690,960 690,960 00000000000000000012b063085cad77d4ef07a63702c63d6d491475ff1391f5 2,130 1.00/1.00 vMB 13
690,959 690,959 00000000000000000002d449c0af65a5671ef1c923e3e5c601f367d5584401e1 1,145 1.00/1.00 vMB 34
690,958 690,958 00000000000000000009bad90f6ced5aabac937284fab5a2f7ba7dbfbaeaf249 560 0.27/1.00 vMB 19
690,957 690,957 00000000000000000001ff6f1e17201578911e305ee8426e83bf2af4bf339153 1,988 1.00/1.00 vMB 10
690,956 690,956 0000000000000000000e334d99c4cc20c48826620ad35f02b04f792f6e0544a4 2,591 1.00/1.00 vMB 34
690,955 690,955 0000000000000000000e7b62ee9ca57b1691ee597dd6699c39f317c66de98ad9 264 0.11/1.00 vMB 22
690,954 690,954 000000000000000000000a9af6b14f81f7fcb3d8a8e01e4b189ca82645a044b1 1,014 0.35/1.00 vMB 23
690,953 690,953 0000000000000000000b5055d4f4bfdd5b23588f2a0b9bbb2e8001333d40490b 2,030 0.95/1.00 vMB 12
690,952 690,952 00000000000000000002626018b36efb8296840e29fe2a51b25a0d59b177c00a 2,215 1.00/1.00 vMB 29
690,951 690,951 0000000000000000000fbfc41b81620b2e47c856a8480ccb3caabfa56fa826f6 1,350 0.63/1.00 vMB 19
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.18 GB
    • Received: 17.04 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.