Loading Tool

Explorer IconExplorer

Memory Pool

45,867 transactions
27.33 vMB
0.07419020 BTC
Random Selection Loading Transactions
Max Size: 144.89/200 MB

Candidate Block

Mining Attempt 86e5fba2e82b9ef4ecacc7f9a8cf0363f8cbb16aeacc2d426b03d623299cf82e
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 1c2dc8eba7f57f8058b5bdb1b8d703cef3c71db610aebe6191618c06872557f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,912
Size: 1.00 vMB
Total Fees: 0.02314478 BTC
Feerates: 301.59 > 2.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (90,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,543 824,543 00000000000000000001595b16989798f8997d89ac778ccc7d0d6c7e88ab4ec9 2,156 1.00/1.00 vMB 108
824,542 824,542 000000000000000000021617e9684454f60bea45a28e4f60560f629ae97d4390 574 1.00/1.00 vMB 71
824,541 824,541 0000000000000000000220cf3901d47e3eea54ec7d536ca529eaa4e0292a2d1c 708 1.00/1.00 vMB 75
824,540 824,540 00000000000000000002aedc524b08b1c127eeba2d91d1e0b9cc941d70bbcf8e 1,616 1.00/1.00 vMB 83
824,539 824,539 0000000000000000000258a618cf238ff9bc03def8e6b97ca5802cf3f9ccf772 2,005 1.00/1.00 vMB 91
824,538 824,538 00000000000000000001fa3246b27e63c6aa9ee666c6b1009f6399db945eedf2 2,814 1.00/1.00 vMB 112
824,537 824,537 0000000000000000000356a36e4ba7719aa64048a746cbc14f7df66ee69dc23b 2,237 1.00/1.00 vMB 93
824,536 824,536 000000000000000000034bb46af3d6a8a1b584eaa957d28a7edcd3de0d9e136a 2,884 1.00/1.00 vMB 157
824,535 824,535 00000000000000000000da9844330b670cca241828a731e0badcabae40ea2aae 3,326 1.00/1.00 vMB 73
824,534 824,534 00000000000000000003c394afdee2252f0ef8493efc1a70241111b4bfdb483b 2,146 1.00/1.00 vMB 65
824,533 824,533 000000000000000000008ff3dc6a780ea9dda6b5b4d9204ff273d099826859bc 2,540 1.00/1.00 vMB 117
824,532 824,532 0000000000000000000271576ef29f087f41f42a001e460705cd06c092483f16 2,160 1.00/1.00 vMB 107
824,531 824,531 00000000000000000000281635dc0ef7c6a9e3adf72c39c25b425109c5aa3642 1,990 1.00/1.00 vMB 74
824,530 824,530 00000000000000000002e54f1b69ef16702e99ecc4873a41025c6387ff80b02c 2,353 1.00/1.00 vMB 98
824,529 824,529 0000000000000000000256735b0aaea470d0f97c7665420d97ef730282cf9b80 2,854 1.00/1.00 vMB 127
824,528 824,528 00000000000000000003707dea1013171774c60ce5322eb910e939843609b5ec 3,946 1.00/1.00 vMB 83
824,527 824,527 00000000000000000000331691cc3e3ac3a9abf64caf636574230a08b8f5eed6 3,404 1.00/1.00 vMB 86
824,526 824,526 00000000000000000002aa1d85f358588dad1c076fa6570c3a6ee19dd2d5c14a 2,896 1.00/1.00 vMB 79
824,525 824,525 0000000000000000000216515770b5e1f2c7ffba3c24a2f3bc0bedaf84bad2ec 2,687 1.00/1.00 vMB 117
824,524 824,524 00000000000000000003673c85ea0804685c2b4e44683894cd6184d449aa2f62 2,864 1.00/1.00 vMB 177
824,523 824,523 000000000000000000003d9b1e7a4116fa23b3d4e60b59a6e3e9c720ae2375fb 3,604 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.