Loading Tool

Explorer IconExplorer

Memory Pool

77,911 transactions
29.16 vMB
0.08323972 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt 0346a9512686022a97e9d2612aca0e0a01c8047acf17b4e197c233adca3a6cbd
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 319f5b52ed7163312b69a5268d82f8599b17cdd9fca0f74a1ff5d0030bf5ea4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,994
Size: 1.00 vMB
Total Fees: 0.02213185 BTC
Feerates: 302.06 > 2.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (225,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,313 689,313 00000000000000000008084922c2f0e6e4de852b032220e1f6dd5ba83f193f15 2,757 1.00/1.00 vMB 94
689,312 689,312 00000000000000000009b40af00e76b328edb9f278199ef5577ca4ad7083a5e0 453 1.00/1.00 vMB 74
689,311 689,311 0000000000000000000cb982866541fe1ddf51d548dc4e41b4563821d06db6fd 2,338 1.00/1.00 vMB 90
689,310 689,310 0000000000000000000da9d2831e4bac26a81f9c629e560223447289c6de2b43 1,892 1.00/1.00 vMB 73
689,309 689,309 0000000000000000000346e8e0b8c48d46c12cf89d6c16370e941a53841b2415 3,288 1.00/1.00 vMB 83
689,308 689,308 000000000000000000054e08fe7450fc66734da8f41734c6ac70d70158176768 2,512 1.00/1.00 vMB 79
689,307 689,307 00000000000000000001fef88d8b5220136b14a5ac6afdddd704838e6b0b3bc5 2,118 1.00/1.00 vMB 88
689,306 689,306 0000000000000000000927d0daa416db7175e3fc7b18a235cca134ab992b0d8a 1,969 1.00/1.00 vMB 87
689,305 689,305 0000000000000000000433a060899f226637878f06150886bae78b66a6cc49d3 2,526 1.00/1.00 vMB 105
689,304 689,304 00000000000000000006cd401bd14e6dd150690f2cc62e119bb53e0c5dc19319 1,812 1.00/1.00 vMB 93
689,303 689,303 0000000000000000000bd1eb6f63936f552b1c99f01541b51135f68019765adc 3,031 1.00/1.00 vMB 81
689,302 689,302 0000000000000000000bcdfa986f7c1f674c32cedc65b24805199c84149f1a58 2,611 1.00/1.00 vMB 112
689,301 689,301 0000000000000000000ae9eca52d8f314f32fb5ac314d7bb18eb9e9c0f89326c 3,501 1.00/1.00 vMB 134
689,300 689,300 0000000000000000000299c379f7a900bf937fcea9bab1ea55bd959e68266799 2,282 1.00/1.00 vMB 30
689,299 689,299 00000000000000000007823b8af61ec7c1e0c8508253e7b2be72c04972dfc7e3 2,939 1.00/1.00 vMB 54
689,298 689,298 0000000000000000000688edbe3d68ae31005bcc1c097c80217b3a8dc5e5e2de 305 1.00/1.00 vMB 70
689,297 689,297 00000000000000000000d075b8b92a1e24a376b70c910c44b20e1e43cd396df1 2,313 1.00/1.00 vMB 84
689,296 689,296 0000000000000000000a6bccdefffbf7950fb76d009a864bfed99e9309d4e7ee 2,748 1.00/1.00 vMB 82
689,295 689,295 0000000000000000000bd2bc38fc632a1f2debae0083895d9db482cbda3c1ca5 2,942 1.00/1.00 vMB 50
689,294 689,294 0000000000000000000db8eabde27535db075be533946eb134ba3a25da60db66 2,777 1.00/1.00 vMB 81
689,293 689,293 0000000000000000000377121bab3e960e77fbebdfe6f94d201daba1f4d587a2 2,369 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.