Loading Tool

Explorer IconExplorer

Memory Pool

77,401 transactions
29.01 vMB
0.06961906 BTC
Random Selection Loading Transactions
Max Size: 177.91/200 MB

Candidate Block

Mining Attempt 3da5980630a9f97e2494b9ca1a40026319b923f9e9903f47fcce0c0597bb5a4a
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 8c47e743006062101522d2e1b0fd46a5c45f372ddc0f6d4671612e8f400d5c8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,155
Size: 1.00 vMB
Total Fees: 0.00632063 BTC
Feerates: 96.15 > 0.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (242,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,647 672,647 0000000000000000000ac91068efeb0d8229116595324f2d184ebf8a7ce0428d 1,126 1.00/1.00 vMB 15
672,646 672,646 0000000000000000000c5be08256e170cca8fc39e4f1021c5e80577450374646 2,242 1.00/1.00 vMB 77
672,645 672,645 0000000000000000000b92794bf1158683e0008b96a506d431fc1f2a89e30ec1 760 1.00/1.00 vMB 47
672,644 672,644 000000000000000000070f87f7d48369ed209cc25ba581f9bcdc575aba0e59df 2,091 1.00/1.00 vMB 46
672,643 672,643 000000000000000000032bebef57df603746947f4bc71e66655f520b27a555f9 1,855 1.00/1.00 vMB 29
672,642 672,642 0000000000000000000b5f170af6fe239d7e384ca775b5070f1a47127aba5026 2,276 1.00/1.00 vMB 75
672,641 672,641 00000000000000000005827a6e427d0eecb000d85c727fbd84d2034b28bcefb3 1,751 1.00/1.00 vMB 101
672,640 672,640 000000000000000000010e4714ae58d3582739e98d8f9b0bb7db5621d52884bf 1,594 1.00/1.00 vMB 115
672,639 672,639 0000000000000000000b7e1b1f8e106ebcf05ece82ee76cc03e0c4b6300aece2 1,726 1.00/1.00 vMB 121
672,638 672,638 000000000000000000053048d81ae9a89af66624907f838e23a05812ae694ea5 891 1.00/1.00 vMB 33
672,637 672,637 0000000000000000000a36ec461de39c3d0f85fee9095da9577dcce51fa5c880 1,573 1.00/1.00 vMB 52
672,636 672,636 0000000000000000000b3c9374188bd4727d110cd0979f79eeed9917b58b70a3 999 1.00/1.00 vMB 43
672,635 672,635 00000000000000000005c2067563a2e610840d989b3eb4032ceb1e3a6b394143 2,214 1.00/1.00 vMB 68
672,634 672,634 000000000000000000025c2e95ca558ba3e8413b1964f3919b8f7a876f562d90 2,026 1.00/1.00 vMB 62
672,633 672,633 00000000000000000003c427a2ee893d82218cb771cdb911ccf92747f26fe6e4 2,340 1.00/1.00 vMB 29
672,632 672,632 0000000000000000000ae3e233762d7f665e39b7848111d33d5d1d671052262c 2,226 1.00/1.00 vMB 98
672,631 672,631 00000000000000000008471fc8fc18fe7775ee8de1806a6eff0ac9dc4e320625 2,100 1.00/1.00 vMB 14
672,630 672,630 00000000000000000007f8368ce6bc076ff80f79890af6d409fe94a1194726fe 1,777 1.00/1.00 vMB 72
672,629 672,629 00000000000000000009b4ded48228dfea62cad10e451e8b81bc7e61c1f0e86b 1,668 1.00/1.00 vMB 84
672,628 672,628 000000000000000000019bf8daa12b7a632268a6e4c6d6789b6df40963b36ba2 1,680 1.00/1.00 vMB 119
672,627 672,627 000000000000000000019b02bf5e3d908678fa5c277e43bf5f73a0dd7cf7be4d 2,482 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.