Loading Tool

Explorer IconExplorer

Memory Pool

92,339 transactions
24.98 vMB
0.10932699 BTC
Random Selection Loading Transactions
Max Size: 166.61/200 MB

Candidate Block

Mining Attempt d8844a1152e7e0a4887939ec4b3674df926c762999591ec16a950d80ac89ec04
Version 20000000
Previous Block 0000000000000000000151886994f95701f063a743534c38e24773ea088b4673
Merkle Root 3b3d3c6dc6fc055f55ccf43381e53d434f8ef96e6bbc1710385637b86d05666b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.04207452 BTC
Feerates: 265.25 > 4.22 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,847 (888,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,999 26,999 000000006125977a35bd8eea88c657b86ef8cac7456024e68cd90ec6d406df59 1 0.00/1.00 vMB 0
26,998 26,998 00000000aa8909595732e55672717b3feff540375986f8e46640c2b4e288ddad 1 0.00/1.00 vMB 0
26,997 26,997 000000004dd5978d81dbd88cf1cea89512838c7d942bdd90b3d8cf8f7cef153f 1 0.00/1.00 vMB 0
26,996 26,996 00000000a8f4cf10b94517aa4dbe055d5a431233f79b2f270a1116a7ebd3adb3 1 0.00/1.00 vMB 0
26,995 26,995 00000000200e14eec80338609ef69fbc240e8823cdff7312f803b46524ff91ca 1 0.00/1.00 vMB 0
26,994 26,994 00000000e557873927eedf297ea02faf1982abf1141255d8463f0b71d8061634 1 0.00/1.00 vMB 0
26,993 26,993 000000009f800ce51502ec4eaa420b15ec33305369d580c7e0fbd4bfd1e8e452 1 0.00/1.00 vMB 0
26,992 26,992 00000000553d2d81db528cb4ef1837391d04ef31bc5b1eacead76629273302f5 1 0.00/1.00 vMB 0
26,991 26,991 00000000bef7f7eac9416281ff27ce5b76329e8c26ad7b30d0d87e4d37b13b5e 1 0.00/1.00 vMB 0
26,990 26,990 000000007f3319a3a4db16af13982c6db2775c0fd85c8a7976cec1716808bfa8 1 0.00/1.00 vMB 0
26,989 26,989 00000000c0985765a3b71e152ce024b871c35c49e1d56dd49b19e3d5b8be388a 1 0.00/1.00 vMB 0
26,988 26,988 000000008542b8d7d00726ca8ed1e3325b3c4b30cd0cc2442f6017f20d123a14 1 0.00/1.00 vMB 0
26,987 26,987 000000003d93cd97c51aa95c4752bc8a24e52368140c3daeab81b202288f2cf2 1 0.00/1.00 vMB 0
26,986 26,986 00000000d6c579be9eea5cd078b4c4510afb3315464bc4eaf9fbe97779828dc1 1 0.00/1.00 vMB 0
26,985 26,985 00000000af0c6d92e3be9368c6def5320ba7add3b6939471a1e751d01c3e0526 1 0.00/1.00 vMB 0
26,984 26,984 00000000bb09ff265eb0a81a47dde9d6b8e4ae9e561a8b6a77584f307a793250 1 0.00/1.00 vMB 0
26,983 26,983 000000007546aee40b8281142bd53e562858fc6943223a30037ef552ccc7716c 1 0.00/1.00 vMB 0
26,982 26,982 0000000001785d7fede2ed9c2aae40a9bb934d8ccdbc19b0edf127f405c92ce8 1 0.00/1.00 vMB 0
26,981 26,981 000000000cd063955e4729e663cf6026e315e19b71be0237a07b3075efc45c82 1 0.00/1.00 vMB 0
26,980 26,980 00000000d8655737a1c5650b8e98dfb19e050b5d289126716366800110519c1b 1 0.00/1.00 vMB 0
26,979 26,979 000000008c696e4178efaa43a3e44f243c39b7a3fa1aa73fe1b44d7b09284bcd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.84 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: 792.97 GB
    • Received: 21.94 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.