Loading Tool

Explorer IconExplorer

Memory Pool

81,336 transactions
30.49 vMB
0.08630404 BTC
Random Selection Loading Transactions
Max Size: 183.13/200 MB

Candidate Block

Mining Attempt bdc3ce97979b4b84b3c1ce836d5c8fd52e9a3b86336b231151ef449520739ab8
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root d4eb45e98c94cffa5da978f992998b11168c7c43ab1ea0339eb4382546838b34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.02232826 BTC
Feerates: 100.24 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (695,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,907 219,907 00000000000003845e3431e54054eb2285c2ba03c3188e636de2874d86d93c4d 230 0.11/1.00 vMB 129
219,906 219,906 000000000000014d5fd1b2291543e4740a35e38a748e92d26780bb35d65ee574 323 0.26/1.00 vMB 117
219,905 219,905 00000000000001ae0af58cca3385b1d8d01f939b1b81a64c584e17d4421869a6 788 0.25/1.00 vMB 233
219,904 219,904 0000000000000134f48a413d507a58d6a62c5f05182cc5a57e46d47a3ba5e215 125 0.05/1.00 vMB 109
219,903 219,903 00000000000002d73c8d4daf0bcb5548260dc32da4d75117661ce7b1c4d062d5 11 0.00/1.00 vMB 50
219,902 219,902 00000000000002d45eef9d4269dc192f62daa0906b534dcce5b0d8305ee12efa 190 0.07/1.00 vMB 238
219,901 219,901 000000000000036536a29cd8757ed2ffecb521f5a1c65269d78826f35e3abbdb 4 0.00/1.00 vMB 386
219,900 219,900 0000000000000079d1b1ab07120c3e8129cb54279b6c1a877bb786c275e7f601 42 0.02/1.00 vMB 179
219,899 219,899 0000000000000106bb6c862b0377f3c311b1e1e2bafe7444a5abf2e5d039c313 199 0.08/1.00 vMB 166
219,898 219,898 000000000000045c89bea11adb431fe5b59f27f66ace15d580711840437d149d 293 0.19/1.00 vMB 50
219,897 219,897 000000000000008c38daddec84c8fb0c789f827b1bb6797f59fe23adab22929a 133 0.06/1.00 vMB 105
219,896 219,896 00000000000000c10ef062b00f8814fed6194d4e075b0946fe6abe8884582d9a 238 0.10/1.00 vMB 142
219,895 219,895 00000000000001d15885e69603ab37b6736477bafa2b6b8d3232ddc3a7053219 228 0.11/1.00 vMB 131
219,894 219,894 000000000000047c4f44473f167aec2f7b75a0f834309cfc2b93b2d27e2a8f97 238 0.23/1.00 vMB 100
219,893 219,893 00000000000002e4fab70b5f99441e63b94f101e72bb485e6a9a53a612843188 709 0.25/1.00 vMB 191
219,892 219,892 000000000000027ba62605a2124a56fb7d95de7caec1f5a2f5ee3d7cacab6c55 74 0.03/1.00 vMB 150
219,891 219,891 00000000000003a16c60ced28159237a47ce7e2ca9ecb39898d7bb548d79222f 82 0.03/1.00 vMB 168
219,890 219,890 00000000000001aa634d4d78f05053bf13787010142abe6dba10ae6b83f3f8ef 109 0.05/1.00 vMB 154
219,889 219,889 000000000000048f3f3cd2e5ea18f411b8c002aacd551bf907289621f3de4eb8 381 0.14/1.00 vMB 197
219,888 219,888 00000000000001dc8bc1c50951e53e50afdb9d547d2eb6597e707e3c19beb575 66 0.03/1.00 vMB 106
219,887 219,887 00000000000004815c1d71a2b970551ed33d88edcd98dab233fedeab6af8d8e4 82 0.03/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.37 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: 663.65 GB
    • Received: 14.93 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.