Loading Tool

Explorer IconExplorer

Memory Pool

57,741 transactions
19.22 vMB
0.05669163 BTC
Random Selection Loading Transactions
Max Size: 121.01/200 MB

Candidate Block

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

Blockchain

Blockchain Refreshing
Tip: 915,693 (827,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
87,928 87,928 00000000001a149475fe1e29465d6aabd15da366acc9a618a9460b4fce677e4f 1 0.00/1.00 vMB 0
87,927 87,927 00000000001951052bf58418a2de7ce843a0fc83c3ac018b987e5e9d9cba8c1c 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.