Loading Tool

Explorer IconExplorer

Memory Pool

76,308 transactions
28.52 vMB
0.06975027 BTC
Random Selection Loading Transactions
Max Size: 172.66/200 MB

Candidate Block

Mining Attempt 5d96ac97a5334300b8f9f6ede4cb37c8c7cd2d27a6a8a7907c3620a5fe2cefde
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 01e9df0bc7bc0d44c6cc45bedac6cc00265613f11fa8c10871d0ecf5c9e291bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.01039556 BTC
Feerates: 101.00 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (374,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,076 541,076 000000000000000000111169107e8373db73ced9da83a673585ba63ee79d22bb 2,315 1.00/1.00 vMB 24
541,075 541,075 000000000000000000232a36c8bfd2ba17984c4b8657dfdb5dc221a492bcec6b 2,456 1.00/1.00 vMB 33
541,074 541,074 00000000000000000013208571b4c7bf6a6a650a7b04d2dc204b4692ab039c15 904 0.44/1.00 vMB 30
541,073 541,073 00000000000000000002ea057153fbf2dbe14b87e477d1f58eb5e6af72078c80 1,765 0.75/1.00 vMB 12
541,072 541,072 00000000000000000018d9fc525a167a7a057c49756a5d2904d0d84148911c06 1,953 1.00/1.00 vMB 27
541,071 541,071 000000000000000000093a64410e64cf63225c08171ab5e41d1d21e90d787130 1,444 0.86/1.00 vMB 12
541,070 541,070 000000000000000000120e1e5d79db663b7a10c1f70ecd8b2e4a8a0df3f611cd 1,886 1.00/1.00 vMB 19
541,069 541,069 000000000000000000255e4cfb5456826ecd79341446792da90ae141092007cc 1,754 1.00/1.00 vMB 7
541,068 541,068 00000000000000000015a828540b503bb3ce07e43251d5c8308d6e9ad6ec1fba 2,337 1.00/1.00 vMB 19
541,067 541,067 000000000000000000117b1e5e4206360aaf790ffb087e87f9ba00e4f830161c 2,266 1.00/1.00 vMB 49
541,066 541,066 0000000000000000001c090e20216d10fa897e514ea114a7bfcee4876caf8f13 1,360 0.64/1.00 vMB 9
541,065 541,065 0000000000000000000eb19aa2a3351780829850b7ee07d8eec56731be080aaa 2,073 1.00/1.00 vMB 22
541,064 541,064 000000000000000000191a702c48e4c8e4ee84d421ec61afd3922fe1177eb07b 1,935 1.00/1.00 vMB 9
541,063 541,063 00000000000000000018b5ff7cd4cbf4a55cb98eb894ef3bff4705aebbd40b04 2,361 1.00/1.00 vMB 34
541,062 541,062 000000000000000000089402d0723d6135dd0941f8a2bf9a1398b7433b3b1b35 815 0.39/1.00 vMB 24
541,061 541,061 0000000000000000001ba18af914e9931b6ffcbc846827b498a5209c9e64a486 527 0.23/1.00 vMB 21
541,060 541,060 0000000000000000001496aee2bd70f20042839f0a607e5cf5155196d52a4f4f 1,534 0.76/1.00 vMB 24
541,059 541,059 0000000000000000001a6338d6541f9b7658256ddc44c78d4655e3c3d5150104 487 0.31/1.00 vMB 19
541,058 541,058 00000000000000000018ba4efefdbb7f5f9c02277cbf8ece27e16ca32c1d21dc 770 0.49/1.00 vMB 15
541,057 541,057 000000000000000000212cadd63ffe8d8eb660e97f7d53e06e869ac38943a570 1,118 0.59/1.00 vMB 9
541,056 541,056 00000000000000000005fe8e7d690546c0c667f6d850402a0739694e74b99f6a 2,389 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.