Loading Tool

Explorer IconExplorer

Memory Pool

80,423 transactions
30.43 vMB
0.09060903 BTC
Random Selection Loading Transactions
Max Size: 185.29/200 MB

Candidate Block

Mining Attempt aedb951d22b1ab1c018f22acf270ff60a00a485414e58c073367a5f4805e0c2b
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 4800ea23e05c21888eff8dfcdca9d5061666a6c24f44847fa59a83a3b64638b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.02236868 BTC
Feerates: 200.89 > 2.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (24,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,210 891,210 00000000000000000001c6498a71936b6b070afb51b7fbf0b9bdebad0847487e 3,255 1.00/1.00 vMB 1
891,209 891,209 000000000000000000002625905b54df38a24ec02bdce3cedf5436efd62014a9 3,154 1.00/1.00 vMB 1
891,208 891,208 00000000000000000000a0d0ec6f4085831c2e1c2e7c9f4579db3569636e1f93 4,102 1.00/1.00 vMB 9
891,207 891,207 0000000000000000000077e3c619faf2dd7f0c1d41f7405828a879f9674a8329 2,345 1.00/1.00 vMB 2
891,206 891,206 00000000000000000001a63bef97db0b9d9d4a8f6b5b976a7f9ed64e69828f6c 3,540 1.00/1.00 vMB 2
891,205 891,205 0000000000000000000194f6652def7993a514ab248893410e3c0020ae5d5d0e 3,555 1.00/1.00 vMB 7
891,204 891,204 000000000000000000009b40b6f9386fcd51bab3474116e28c639c15bec41dea 3,374 1.00/1.00 vMB 2
891,203 891,203 00000000000000000001d88e9f0320fab61e05d8efe730f645b066f4d40f9679 3,031 1.00/1.00 vMB 6
891,202 891,202 0000000000000000000121d82e06be9ff12d7f42afe28730e2f2b7ed4fa7657b 754 0.42/1.00 vMB 3
891,201 891,201 00000000000000000001e18289df1514f10ba79ed4f49253035d1f23ef064754 2,134 0.77/1.00 vMB 4
891,200 891,200 00000000000000000000658f27d32c91eaaeca6ee5a7353ba9b5468af63b6e7e 703 0.23/1.00 vMB 4
891,199 891,199 0000000000000000000149d959abc766cff3d3570b203a27d2b3b16499b4faea 545 0.29/1.00 vMB 2
891,198 891,198 00000000000000000001963348ac10c8d68f6a4a493637a6d609bd31864e43cb 1,291 0.55/1.00 vMB 2
891,197 891,197 00000000000000000001f4b049866d39dd0d3778fb03c1e3292fe5e48f0dfd41 1,147 0.52/1.00 vMB 3
891,196 891,196 00000000000000000001a7f633db3a1937a8c888509cfbca837132032dfa0ad8 550 0.16/1.00 vMB 6
891,195 891,195 000000000000000000023fb057c3ec5fa0a95b450b3a8d5964f7b2e2cfc8c552 1,250 0.40/1.00 vMB 4
891,194 891,194 000000000000000000011d5c2d88f7a7dc754e9ca4103d29866af51db873ec82 1,317 0.41/1.00 vMB 3
891,193 891,193 000000000000000000007a7af84222599cd6c8e8dbc0246fe8dc58d0deca8c3b 2,189 0.85/1.00 vMB 3
891,192 891,192 00000000000000000001dc642deac663f1247f162995676ca815ab2bb992ae41 2,595 0.99/1.00 vMB 1
891,191 891,191 00000000000000000000b3c004be6b71c834e0c63e8bdced9006f7c4de5707c7 1,199 1.00/1.00 vMB 1
891,190 891,190 00000000000000000001e34a1dfeaaa1ea5b8627f5d4a6b60259f9b5057760b0 3,179 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.05 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: 720.59 GB
    • Received: 18.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.