Loading Tool

Explorer IconExplorer

Memory Pool

78,501 transactions
29.25 vMB
0.10480470 BTC
Random Selection Loading Transactions
Max Size: 175.92/200 MB

Candidate Block

Mining Attempt 208d129e8878d7303bb22bb9391cff94dcf6c8a42221057a1904de5a95c7dc2e
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root a4cf6a7cf4eb277d99690f2a3b937c61cc3b80d4fdfa1d7c2808d006bf33be6a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,364
Size: 1.00 vMB
Total Fees: 0.02886604 BTC
Feerates: 144.91 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (208,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,675 706,675 000000000000000000079333b369220073b2993fa47fcc3d6f41c3877b6b7451 2,045 1.00/1.00 vMB 4
706,674 706,674 0000000000000000000574fb912d26cfe7e3f82dccc9785fa094ad86a767b644 1,383 1.00/1.00 vMB 4
706,673 706,673 0000000000000000000b67ddec86509063bf27e6dc146e7171fe49172898c6e0 2,420 1.00/1.00 vMB 15
706,672 706,672 0000000000000000000538dcce65b34722b17e9e8a69feae963517ff243e017e 2,318 1.00/1.00 vMB 3
706,671 706,671 000000000000000000019de5920c206dd98067724997b0448498ea2543b96725 3,091 1.00/1.00 vMB 6
706,670 706,670 000000000000000000008c58f43c2a4832fd86ee2f8d7ac2256ea0aca03e8f2c 2,356 1.00/1.00 vMB 25
706,669 706,669 0000000000000000000212ae1539f1296cdea2fda6aa05f13c4442240c152844 2,429 1.00/1.00 vMB 19
706,668 706,668 00000000000000000009847622825689219078d8b92d2e7a8776b2ef8a71135f 2,033 1.00/1.00 vMB 36
706,667 706,667 0000000000000000000a3e5af7ac7897a1d25a066fac31d75bd5eacd6ed66c6e 2,781 1.00/1.00 vMB 4
706,666 706,666 00000000000000000003bf428c6818657601c7e56aaf1726738f9738db8968e9 2,628 1.00/1.00 vMB 8
706,665 706,665 0000000000000000000d2271a28028455f8494efc30eb85eca4052e309eada8a 3,083 1.00/1.00 vMB 4
706,664 706,664 0000000000000000000ae8a8c6cfc2a298dbc57e9646246992804eae768f4836 2,642 1.00/1.00 vMB 17
706,663 706,663 000000000000000000016d84a5b60f29f1e634ed4fca024322ce50bfeffd587d 2,234 1.00/1.00 vMB 28
706,662 706,662 00000000000000000009e9218e37cee4d5196fecdbb699e9d32a824351c3590c 2,363 1.00/1.00 vMB 5
706,661 706,661 0000000000000000000b279edb99f67f6ae2735a3c0c0195567edc8634e9de7e 3,204 1.00/1.00 vMB 13
706,660 706,660 000000000000000000033e3f2de5364848d1d0a2e5e909dcb409832348709fbb 2,373 1.00/1.00 vMB 18
706,659 706,659 000000000000000000058304e20359a484a7f8252636d2d064b6a21928ed234f 2,758 1.00/1.00 vMB 7
706,658 706,658 000000000000000000007beed7f0ce59eb9984ff00c07b48b35b06969a8043e2 919 1.00/1.00 vMB 5
706,657 706,657 00000000000000000009bcc10039e7adc574d1590d9a7ce5c84853539238e821 2,923 1.00/1.00 vMB 19
706,656 706,656 00000000000000000007ce2ac291d46f88da0d3c5d56ea350d7d27d9387fe4d4 2,424 1.00/1.00 vMB 18
706,655 706,655 00000000000000000001fe7d02fb83e3a532350794a93e47b96536ded895c68b 3,034 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.22 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.