Loading Tool

Explorer IconExplorer

Memory Pool

75,904 transactions
28.17 vMB
0.08887236 BTC
Random Selection Loading Transactions
Max Size: 170.95/200 MB

Candidate Block

Mining Attempt cefa005eaea75c26881eb8bf1b273f7632f1e5a475a17d5a8114211067b518e1
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root cfdf76d283cb33451841ddf25cf4b196f20aab77ed8a9578260e91cfabe23ea6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.02784472 BTC
Feerates: 402.60 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (586,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,830 328,830 00000000000000000f31e49a0a00a56d240da3fc2b6910100412268ac285e6c5 306 0.22/1.00 vMB 19
328,829 328,829 00000000000000001054c5ef81b42ff6ce3425ecf23cd1252cb1eaebdb0eeaf9 2,188 1.00/1.00 vMB 32
328,828 328,828 0000000000000000090759cc60e866c74006cc1b56912b8d3f9b23949933019a 75 0.04/1.00 vMB 19
328,827 328,827 00000000000000001b4ce6e4c44ce482f71ca6d4e5968aa28b3d50f230f97ac1 336 0.15/1.00 vMB 27
328,826 328,826 0000000000000000170decb7cba68063b3bf8460a77c69f0cc94b8bb80761bde 1,518 0.98/1.00 vMB 22
328,825 328,825 00000000000000000bcb5aa7a4a16b8ac745d2b322638b3a2763b9584be9f412 572 0.75/1.00 vMB 16
328,824 328,824 0000000000000000136949f18d4377f8fde9fb33e4e6e09ecad1fb1ee13070a1 1,575 1.00/1.00 vMB 24
328,823 328,823 000000000000000001d6db82e328d4abfb080a660181ea97b862b7da5c11e51f 512 0.29/1.00 vMB 24
328,822 328,822 00000000000000001b050364e4c54191b77222e738b0d7f69d5bf7d3c24accc3 256 0.16/1.00 vMB 24
328,821 328,821 00000000000000001590dd8e7b301551cba97ccb53d1f3fb6d511e61f818c2a6 1,341 0.75/1.00 vMB 22
328,820 328,820 00000000000000000cddde53e529a27518f219772827330232b52135ace13a31 2,209 0.75/1.00 vMB 43
328,819 328,819 0000000000000000076e56fead43515d9c08abf424d5dc38ca44e6ffeb7a88c4 1,211 0.35/1.00 vMB 50
328,818 328,818 00000000000000001abe143b64a0640cf16013f7f12393b3dfbd9592ef2a5c2a 254 0.13/1.00 vMB 26
328,817 328,817 0000000000000000010ab58990d37ce011b053e627f6fa769a440dfa9169af7e 207 0.10/1.00 vMB 7
328,816 328,816 0000000000000000163c919aaa1a7494955e820062338f70e97947a52a5aa4e4 231 0.13/1.00 vMB 25
328,815 328,815 0000000000000000090dbf7947bcbc2a5a886df67e6d1e47195e39ef8562da3b 463 0.20/1.00 vMB 31
328,814 328,814 00000000000000000b2f25f929b94d5e84946f6b898c60bcaa97ca149a4dd420 262 0.13/1.00 vMB 26
328,813 328,813 0000000000000000131e4a29b32f15e88616cc1e9b2ddf3e63081f74382a1c73 507 0.29/1.00 vMB 25
328,812 328,812 00000000000000001a29756fdead48ee4844afe88f47a21890d2d9f7d0f17b2f 307 0.20/1.00 vMB 24
328,811 328,811 0000000000000000006370724f73798f4c00c8da97f675c4dcf4605e9882913c 1,000 0.52/1.00 vMB 26
328,810 328,810 0000000000000000114ad505367a300a8ead4c8e8fc05d24f60fa7f63c3d42bf 872 0.41/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.