Loading Tool

Explorer IconExplorer

Memory Pool

77,307 transactions
29.06 vMB
0.10000213 BTC
Random Selection Loading Transactions
Max Size: 174.88/200 MB

Candidate Block

Mining Attempt c14a452320691a9658d7c9a4b792b2f5111059c3662491d4b9e0c51045ea0a86
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root b8f482be2eaccfa44468b4b71155b35799ea601f9df7c1d85172ab8f69352d1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,410
Size: 1.00 vMB
Total Fees: 0.02648364 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (805,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,690 109,690 0000000000019dc5ea0b90f13b5c8f6124ebc893eaa7e424023450c33aa7a8b8 17 0.00/1.00 vMB 0
109,689 109,689 0000000000015f92f1cff208a12de7f5941b2625a5ad884948831c039e14c9e7 11 0.01/1.00 vMB 0
109,688 109,688 000000000000157d24d36cbeb87a24157f41fb261fe77966050279c975d535d2 4 0.00/1.00 vMB 0
109,687 109,687 0000000000015cec5ab3e2dc9ec5021cd7bd20987baee4185a075f931f95b05f 2 0.00/1.00 vMB 0
109,686 109,686 0000000000012c6c9b6f33e8d892a85d4cf5251b5a8c16898ae4be47633a149f 1 0.00/1.00 vMB 0
109,685 109,685 00000000000172f720aab2849cb03a9e7f5a8e356801c124cc4b5d8b6c901587 1 0.00/1.00 vMB 0
109,684 109,684 000000000000b05478592fc2bfe05ac83bd77486e777f0002aa9635063d5b601 7 0.00/1.00 vMB 0
109,683 109,683 0000000000006d025467cf6aba35c0bef616570ab685188dc8361d72137ea22f 3 0.00/1.00 vMB 0
109,682 109,682 0000000000001af9313c0253b8cf5245c191b150913b149fd29ca1e40332a3bf 2 0.00/1.00 vMB 0
109,681 109,681 0000000000012d18030fd90a05c9f51798db6b237f8c5b8d6950b77992b55acf 12 0.00/1.00 vMB 0
109,680 109,680 000000000000edffd95ae81f3a78e04aa85d2ad2b7eb2af6631d4f566fac6846 47 0.01/1.00 vMB 0
109,679 109,679 0000000000001ad7b925deb9c7db0db6f5c5b7d9682f52344a7d9a7206003399 7 0.00/1.00 vMB 0
109,678 109,678 000000000000ae13d11fdf12ada61b7e7e44c2ce01bd6fe20b8945a98982b355 1 0.00/1.00 vMB 0
109,677 109,677 000000000001b66fbf7f0071a03a3053c94563b1f7903ffbe9f69940a08e236b 13 0.00/1.00 vMB 0
109,676 109,676 0000000000001c2d12361e8871a411be43a3b1acda6f90916fcd28f4e228f671 12 0.00/1.00 vMB 0
109,675 109,675 00000000000050326b916327707eb186bad0dc544ceba2b32045edb936fa50af 11 0.00/1.00 vMB 0
109,674 109,674 000000000001bd3f116a3cdf67f8fa3ce627810de452e12563956695d10ba199 10 0.00/1.00 vMB 0
109,673 109,673 0000000000002dc2f47f7fb0f39810a93bfe3493ad130ad0a75475bc2d829468 12 0.00/1.00 vMB 0
109,672 109,672 000000000000f14143dc1bbc3e2b2beef1d77f69db148b3673126930eb556aa7 12 0.00/1.00 vMB 0
109,671 109,671 0000000000018f8386e1518679ae4461bb4f4bd2e37fa5279fa4df0c5c5a6b5e 11 0.00/1.00 vMB 0
109,670 109,670 0000000000019de4e69bb4995c837d5b99f34c1fb54209939668c1d55113b694 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.