Loading Tool

Explorer IconExplorer

Memory Pool

57,720 transactions
19.21 vMB
0.05630865 BTC
Random Selection Loading Transactions
Max Size: 120.96/200 MB

Candidate Block

Mining Attempt 5f8036a95c97991103be8595a033656a9ca6aa58cb1869b0d42ff353e92c571a
Version 20000000
Previous Block 000000000000000000006ecf034944f47b7b5a79683103ae0909df4844308016
Merkle Root af2e4637ea1e3d68207a51edbc96b5ade1028791f2ad36280ddfa885dfa36b2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,104
Size: 1.00 vMB
Total Fees: 0.01297595 BTC
Feerates: 318.30 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,693 (827,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,949 87,949 000000000004fcf6d8da3f2bf85d88f7c69dd9b6272e5834cc7f72315b01b381 2 0.00/1.00 vMB 0
87,948 87,948 0000000000089e0e9f8947a77d968a734f8d1c00356ba9ccb6b6a8ccba51ab18 4 0.00/1.00 vMB 0
87,947 87,947 00000000001405b9924c2bb2799e0a1666ad8347d3802db29bb170a268da3311 1 0.00/1.00 vMB 0
87,946 87,946 00000000000fe6c8e0cfe2022672f62b1eb534681c7811fa288a561848d82394 2 0.00/1.00 vMB 0
87,945 87,945 00000000001e3c2e4f675c0deccd2ab548882957157f094f57fff07a0d62167e 3 0.00/1.00 vMB 0
87,944 87,944 00000000000b2ff195fad23ed08622396f3e83af915ee9da9e470dde6ed33ad7 10 0.01/1.00 vMB 0
87,943 87,943 00000000000da6d008c99cc31afb6bbc4cee32afcafcd75873a31029af364f72 2 0.00/1.00 vMB 0
87,942 87,942 000000000009c9e08c8c529ae6da1ede012c6cd73ca3d13aa9efdc146607bfb3 5 0.00/1.00 vMB 0
87,941 87,941 00000000000088e6497ea1a5ef4c73f5115a79361b52078fe4192956a0656364 3 0.00/1.00 vMB 0
87,940 87,940 00000000000a6dce2f2abaf9936c325ec9cfefa04db9a58577cd50b5d872a33c 1 0.00/1.00 vMB 0
87,939 87,939 00000000001b99ff30c68364849abf74a2e0f967323fc3aef8bdf1b120614953 2 0.00/1.00 vMB 0
87,938 87,938 000000000005a0a9752bd208364f80c01beacb4b08aa9112b3611350a1a361dd 1 0.00/1.00 vMB 0
87,937 87,937 000000000013dedc7511813d4817f40e9e795858de817b406fe2180dbbc0d1e6 1 0.00/1.00 vMB 0
87,936 87,936 0000000000053c80bb7a4c7f21474be18f2be70a359c91a4585ea2d1d2551df5 1 0.00/1.00 vMB 0
87,935 87,935 00000000001c5fb4d577f64a958e0d8fbc8e6eb1ddf69b8c3ef648f826c391b8 1 0.00/1.00 vMB 0
87,934 87,934 00000000000fe0d19abf5c8e97c54a0fcf64a0e9883d96ab37114b2ca17d6ac1 1 0.00/1.00 vMB 0
87,933 87,933 000000000007784fee39711091d74693728d76cf6c0d92f00965abc02aff1147 1 0.00/1.00 vMB 0
87,932 87,932 00000000000e262e52dad0edad9e0d1c9c24c49e31629cbff521abff7cbe2e1b 3 0.00/1.00 vMB 0
87,931 87,931 000000000019af9a5699238f488c1bdd30edd1380fe1f847047fcba94f3d2281 3 0.00/1.00 vMB 0
87,930 87,930 000000000009f25e0b7fdc4dcb99771f5ffbcf80dd7a056c54859a2b56bb13c6 1 0.00/1.00 vMB 0
87,929 87,929 000000000005c8ccc4e1f610898cc5152f4f867522c52815f3f456f544e66e8d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.58 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: 774.87 GB
    • Received: 20.75 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.