Loading Tool

Explorer IconExplorer

Memory Pool

26,992 transactions
10.93 vMB
0.02413189 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.44/200 MB

Candidate Block

Mining Attempt b9670a44cc051b85f07540848766a910220d1145a2c7e3953e0ae70f8a60ef7e
Version 20000000
Previous Block 0000000000000000000206c1e0c8758b457d4a1f9452c474552980879a81c1b9
Merkle Root f33c2489481bff0e8b01913b0cd6402116d88b26d79519accde27e90158678b8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.00589164 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,547 (755,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,223 158,223 0000000000000aef6e3fb55b63c87148a9b4d87ceaf1080cfb020552e3f0071b 100 0.03 vMB 62
158,222 158,222 0000000000000dcb4c6c2714ea7e140b0c79429470faa920d93566e31fbeb3f1 53 0.04 vMB 162
158,221 158,221 0000000000000c488074836c45dbcd52bdfa3bfb1b35d957f45d33ced1a7488b 75 0.05 vMB 116
158,220 158,220 0000000000000025b894bebfce351869f90e9e9ba06daf04d840b71297f772d7 39 0.03 vMB 77
158,219 158,219 00000000000007b47b34391d59afcf6e6a391616fde035ae4841f2883bcdd718 13 0.00 vMB 80
158,218 158,218 00000000000007c205f425071c36ae0d8e5ff79659eedca72f2e55f4e5df8d7b 30 0.01 vMB 282
158,217 158,217 00000000000009ac10abadb05fe1d2b143ee849dc8fe398fea88f4d1347030b0 31 0.01 vMB 515
158,216 158,216 00000000000002fce4abfccc009ddb621b28fad22dad8fc31d8620cd4716ef73 181 0.05 vMB 36
158,215 158,215 00000000000008d43fd3ea2d33776bb2e298a81716ad3cf9b6b7a435ca6d3e10 17 0.01 vMB 380
158,214 158,214 000000000000085eeffb1492eaa620a9672d137705be814b3cc306cb1c0d70fa 63 0.03 vMB 510
158,213 158,213 000000000000081022106420cd1a8554ac02dd8947a247f2a1e711b9f1d54c91 14 0.01 vMB 15
158,212 158,212 000000000000084f15663b602830d00964347643f212f44deb882b301d4d9663 197 0.07 vMB 145
158,211 158,211 000000000000085c2d58a241bb0338646fded837b1cdf26415d763471488cba8 52 0.02 vMB 103
158,210 158,210 0000000000000a9281a1d7c5b660e23069d68e290baab03f428fef9b0863724a 105 0.05 vMB 1
158,209 158,209 000000000000045cb5e5bce29519e4aa46e23e1c3097008078d47a7d4ff9dadd 28 0.03 vMB 7
158,208 158,208 00000000000005f9fd784597320817bb3109db37339f890175390d663beb7063 111 0.06 vMB 423
158,207 158,207 0000000000000a60258788fbf3a82b27600d8763d11f9d856b402777b9149ef7 70 0.03 vMB 74
158,206 158,206 0000000000000970ed6dd224c140e6971236d267aeaf70f0c5d65579f221a338 1 0.00 vMB 0
158,205 158,205 0000000000000258d0c449975f6826957e50cf7edf870f4b5d0822404ce7ae2c 142 0.09 vMB 153
158,204 158,204 00000000000008139262f589aa9ae153aa40de1c411d9ad31e274b2329158d5e 47 0.02 vMB 103
158,203 158,203 000000000000076d7db658d4f2ddcdba2433faae65d7932e1e35a41b8ae62107 81 0.03 vMB 157
Previous 10 blocks ↓
Total Size: 779.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 412.08 GB
    • Received: 2.20 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.