Loading Tool

Explorer IconExplorer

Memory Pool

96,017 transactions
31.50 vMB
0.11423918 BTC
Random Selection Loading Transactions
Max Size: 195.13/200 MB

Candidate Block

Mining Attempt 6288dbdec620934bc7b2a122f8641f3e66e82b7e958f769543149e95f6b70eba
Version 20000000
Previous Block 00000000000000000000592cbd258a30306b072cdd56b193aa5d698c613cca4b
Merkle Root f7dd3f2972df0a7058a5b33c83e32b8161f7c423f3d2ef7b0e9279cb6d0834be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.03812495 BTC
Feerates: 100.20 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,928 (179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,749 915,749 000000000000000000002329d6ceff1da8bb4c90e8999c15f6186b02fbbc782d 4,058 1.00/1.00 vMB 6
915,748 915,748 00000000000000000001dc283a9b6d121c967e8a47e53b8914bfdc3e91781dd9 4,099 1.00/1.00 vMB 4
915,747 915,747 00000000000000000000e9c18216a09b40d8d3b31f1de704be773267d384c3ae 3,788 1.00/1.00 vMB 3
915,746 915,746 0000000000000000000127a7eeca2354b6fe4c58e6ad0a1ae6204e4fde5a4e90 3,053 0.87/1.00 vMB 2
915,745 915,745 00000000000000000001a5ec907a29b59114e6136e120c5e59945429f2c78dc2 3,391 0.99/1.00 vMB 2
915,744 915,744 000000000000000000006dfee5b8aef75f800fd0b42f69afcae39bce1c1d34bc 1,651 1.00/1.00 vMB 0
915,743 915,743 000000000000000000004e7ba6ea2054d0956cbb2eb0d25cbd57d78d641b6340 626 0.33/1.00 vMB 2
915,742 915,742 000000000000000000004d545cab2f487f90866334052aa4912249e5228e7f90 1,900 1.00/1.00 vMB 1
915,741 915,741 00000000000000000001a5556f4c7ee759aa3544954799a035812432a5f19cd9 4,465 1.00/1.00 vMB 1
915,740 915,740 00000000000000000000baa9cf8c652cb8e6f27275cdcb6057afa10c878b9b11 5,341 1.00/1.00 vMB 0
915,739 915,739 0000000000000000000110de773081faf525810fe2c7400f57f7fd058a834f3a 2,614 0.68/1.00 vMB 2
915,738 915,738 00000000000000000000059ec86cae8c95cec1dbe98d814a7f0f20a372ccf607 6,225 1.00/1.00 vMB 1
915,737 915,737 000000000000000000002115e61bc58bb9d2fa9e5ebbc3642a8ed82b9d63ef46 5,059 1.00/1.00 vMB 1
915,736 915,736 000000000000000000013837968879842b51106486551e3d9a4f53c98d22b37a 5,587 1.00/1.00 vMB 0
915,735 915,735 000000000000000000001db67663de93f2bb44247e311e96e158b6f9cbf234ae 4,910 1.00/1.00 vMB 1
915,734 915,734 00000000000000000001d1726a7ea7647cef453719060b7b8e5b059a89ae6a5a 4,324 1.00/1.00 vMB 0
915,733 915,733 00000000000000000000abeab8bc8a4926339d92ddb25ad45355b25be623db1e 2,192 0.64/1.00 vMB 3
915,732 915,732 00000000000000000000fb3563cead87ae28859965b397730edfb17a82a84daf 4,937 1.00/1.00 vMB 0
915,731 915,731 00000000000000000001cd9c0a80346c0a4f1fc6b824b51115c53983955fb9a7 2,920 1.00/1.00 vMB 1
915,730 915,730 00000000000000000000c6ac7e7f0fcd60251a41b4849fe3f191aac7bbde65c1 6,319 1.00/1.00 vMB 0
915,729 915,729 00000000000000000001cc43a000744fd7a85ff4b009ae4bc70e8685672cc160 2,459 0.71/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 798.92 GB
    • Received: 22.67 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.