Loading Tool

Explorer IconExplorer

Memory Pool

78,051 transactions
30.14 vMB
0.07073847 BTC
Random Selection Loading Transactions
Max Size: 182.79/200 MB

Candidate Block

Mining Attempt 1497b26eda20a97cedea0dc22e37165240d60eed5989c3cfb6336e97021451b2
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root a2830a3db66a1ba624b45512d2a2082d9f38c9a1d7d934efdc3919058603c3ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,221
Size: 1.00 vMB
Total Fees: 0.00669685 BTC
Feerates: 73.91 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (479,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,768 435,768 000000000000000001f13381c8bb6c7c2e5f1528cb0a1952e8d8b4f1c846b478 1,092 1.00/1.00 vMB 93
435,767 435,767 000000000000000000d32c09c5b6c812ed5ed7df41f1abb9b81349aa207b23ff 400 1.00/1.00 vMB 80
435,766 435,766 0000000000000000007c56af4367e00ee4c9f635d0d139c0489104f87d160862 1,093 1.00/1.00 vMB 93
435,765 435,765 000000000000000000c7522bb29c2b992d64874491b0654ad29d33dd7d84a457 1,127 1.00/1.00 vMB 79
435,764 435,764 00000000000000000306445d980868974d352e7af4e255e2fb606a0bdd7adcb1 569 1.00/1.00 vMB 80
435,763 435,763 0000000000000000020fc2d37d051943d514fc5efc851ea88babdb6ecaf3b59b 349 0.92/1.00 vMB 80
435,762 435,762 00000000000000000049b32088dbd1d31a5e51e5c71c42d0b6f3199923ea3e3d 1,460 1.00/1.00 vMB 93
435,761 435,761 000000000000000000b3fb58fe31bb389a874b5df45f03c6da70f41cfbabc536 1,268 1.00/1.00 vMB 90
435,760 435,760 00000000000000000278ee627c8c4ef1e27d3dbc0fc46c9647fd1f456b02f4ab 1,650 0.99/1.00 vMB 44
435,759 435,759 0000000000000000043b7eca61477045b0a3557b67accfb4410af6951b9efa1e 2,453 1.00/1.00 vMB 58
435,758 435,758 000000000000000000bcc087e21e285959c5221e68363036c992d4a252844b3a 2,611 1.00/1.00 vMB 59
435,757 435,757 000000000000000001fc5d065c3df8d92243d62190b4d7d183b033503f3ad385 2,149 1.00/1.00 vMB 84
435,756 435,756 00000000000000000306925fdf01dd4baaf1aa5a8ebf4559b51af06b2ca81e2e 2,258 1.00/1.00 vMB 59
435,755 435,755 000000000000000001a5ac37cc3b4079304130fe683edcb5b38510b2991e58ac 357 1.00/1.00 vMB 15
435,754 435,754 00000000000000000072831e2b3bcf4ecca1cd5d984be799cee7c53e9f3fc830 454 1.00/1.00 vMB 18
435,753 435,753 000000000000000002818a4043a898646ebf4baf57871019d9a686f619aed36e 891 1.00/1.00 vMB 21
435,752 435,752 0000000000000000045347be98c9c05a81258059f52ff61e11590fda31e81fee 1,895 1.00/1.00 vMB 46
435,751 435,751 0000000000000000002dc683acff443db7ac3c38e8bf99b3e37af87a32390deb 3,022 1.00/1.00 vMB 76
435,750 435,750 00000000000000000226f24b9428aa2ab67e757cbcf43c0ab347041f6a113a3f 1,615 1.00/1.00 vMB 47
435,749 435,749 000000000000000000606497e2650d513761852e7137c402c5c594b7e6e331fe 2,295 1.00/1.00 vMB 47
435,748 435,748 0000000000000000037fee2d16dd9fc93c3bb7496efb355fcd836f2bd4f01730 2,370 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.72 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: 707.12 GB
    • Received: 16.66 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.