Loading Tool

Explorer IconExplorer

Memory Pool

93,648 transactions
30.93 vMB
0.09511570 BTC
Random Selection Loading Transactions
Max Size: 191.69/200 MB

Candidate Block

Mining Attempt 55b0cad08a0cdd4b350d3ab8c972a7a2cf87c100c1536d5aa3ff4de6b3d12332
Version 20000000
Previous Block 00000000000000000000dad463deb432e0a7caa6b27720872b18803e2f3366ea
Merkle Root 40ae91ab6c397cb04ebddd17cd092ffb64124f5befafc5c0caef196b712a1f20
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,993
Size: 1.00 vMB
Total Fees: 0.02304737 BTC
Feerates: 186.85 > 2.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,927 (180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
915,728 915,728 000000000000000000013689778d67ec8d4911cb7db1d268c9b0a9e70be7be6c 4,226 1.00/1.00 vMB 2
915,727 915,727 0000000000000000000046c09b2e6daf4af29a3603a151b3d29f2bfec6909fe3 2,581 0.70/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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 798.87 GB
    • Received: 22.65 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.