Loading Tool

Explorer IconExplorer

Memory Pool

56,828 transactions
17.67 vMB
0.04549486 BTC
Random Selection Loading Transactions
Max Size: 112.37/200 MB

Candidate Block

Mining Attempt bbbd16ad2556b01738d7d2c9a1e0c56cb2377c87618fdb0bda8cc21820af6d7d
Version 20000000
Previous Block 00000000000000000000abeab8bc8a4926339d92ddb25ad45355b25be623db1e
Merkle Root d68af35ae3f1e2e965188687730338e8a528434ffb036d214b188e65eceeb83f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,809
Size: 1.00 vMB
Total Fees: 0.00612000 BTC
Feerates: 40.21 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,733 (906,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,821 8,821 00000000d472029c58d8dd094b90f2be6ec2737bc62e9a1cabf79256af42384a 1 0.00/1.00 vMB 0
8,820 8,820 00000000b4bf10a5470dad6a1f3f0dd290fb4e676fa17987908e6c0d3985bde5 1 0.00/1.00 vMB 0
8,819 8,819 00000000dfbb5618e8ee1779951eec919fceb99b88da02dd597c7d948fdf3833 1 0.00/1.00 vMB 0
8,818 8,818 0000000030dbdc002ac83181ffa9c85f8376bf69136922e43eab74034dd8788e 1 0.00/1.00 vMB 0
8,817 8,817 00000000619619ad3f0beb6fbe93e56126fdf1068c813cf8c80e3a60f8803acf 1 0.00/1.00 vMB 0
8,816 8,816 0000000064de54caff83e8ea00f3cd162c72c436f0233d9745351d2c4f2a432d 1 0.00/1.00 vMB 0
8,815 8,815 000000003272a21b70414d8683a810a9474dec208f5bee443a0c81ed094f71d3 1 0.00/1.00 vMB 0
8,814 8,814 00000000bbdf2c879ae84da6d38f018bf29f4e08732f5a817069165ad484d024 1 0.00/1.00 vMB 0
8,813 8,813 00000000549af48de2d951296f00b748420c5335baf310b7d6d3b55ab09ec372 1 0.00/1.00 vMB 0
8,812 8,812 000000004484352e71b638f67c74e42b52a0c3c98f752ab5a0959c9b47d79b19 1 0.00/1.00 vMB 0
8,811 8,811 0000000014c10689f16de16ce0afe82248be5fb5c22544de41ac6e6e550f8051 1 0.00/1.00 vMB 0
8,810 8,810 00000000917055ca56f73122581850ffaaab9fc2d0276e1dffbc02d6249f87ae 1 0.00/1.00 vMB 0
8,809 8,809 0000000097901cf10df46a15283576c23c20e28456949ab9d0131b14e75bf6b2 1 0.00/1.00 vMB 0
8,808 8,808 000000007d963253c24e06e6730837483accd5ab78549a4a7040e79247d07eb0 1 0.00/1.00 vMB 0
8,807 8,807 00000000c7ede4b4d97579ce2ef124526d32a1dc1c4d35b18a9cd3096a4f0cbd 1 0.00/1.00 vMB 0
8,806 8,806 00000000ea1f4e21fc336b5552e712d12a660b28baf8458b4bba1cf2187da1b0 1 0.00/1.00 vMB 0
8,805 8,805 00000000c628d5357e37a0971d37f884d29b653404c76884a6e493e50253b222 1 0.00/1.00 vMB 0
8,804 8,804 00000000a94e1945863d7eef8f7585da1305541c62527f5c3340ee056ee19e00 1 0.00/1.00 vMB 0
8,803 8,803 000000002c59ee9cb421a4fc9a7e60d549168e3917d47a9cf276e958be8dd015 1 0.00/1.00 vMB 0
8,802 8,802 00000000cd741d8b0f40301c7fdc028883816ce467e13e0325e4f8ced3d4b19f 1 0.00/1.00 vMB 0
8,801 8,801 0000000074b5bae4abdc95e88f7e12e68987856cbb384d61c3355bc2b9be4b9b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.64 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: 776.30 GB
    • Received: 21.00 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.