Loading Tool

Explorer IconExplorer

Memory Pool

48,974 transactions
30.49 vMB
0.09309350 BTC
Random Selection Loading Transactions
Max Size: 163.12/200 MB

Candidate Block

Mining Attempt c7d8b9c7a4a339026e2ec5b7c3105585018d6325e7dc28edf2f9ce89d98c9679
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 93e7d5383889b9a4615b589e1034d4f6c67f0d56a7f392f0033feb6ea9bcea94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.03054683 BTC
Feerates: 101.56 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (499,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,601 415,601 00000000000000000073ceb18f83251a90ea7de27623e2c91fc2e21bdcbb78df 2,244 1.00/1.00 vMB 58
415,600 415,600 000000000000000000ab33f0a763efa518296b082ee2f775d0d5a1be0a4befd2 1,139 0.98/1.00 vMB 25
415,599 415,599 0000000000000000014005f62d3022e77f2c4126d2402bbb1621a980a07633ab 1,145 0.98/1.00 vMB 26
415,598 415,598 000000000000000000aca858f8b0f403709d0c9c137f3eca9e9b4515f4578167 1,315 1.00/1.00 vMB 37
415,597 415,597 00000000000000000520ebab7c009f61490858880c3bebce72f615ee93d270a1 331 0.20/1.00 vMB 34
415,596 415,596 00000000000000000004f4d1cd55a3123d0d3ec3ecd7522a4ad63fbde1c17f2b 819 0.32/1.00 vMB 50
415,595 415,595 000000000000000005133a2e9c095fa19243b9b309fb7a4e458010e0581b7488 2,269 0.89/1.00 vMB 47
415,594 415,594 000000000000000001fa996f8b80ae18c63d8d92ed4f14e38f9ba09b761784df 737 0.99/1.00 vMB 15
415,593 415,593 0000000000000000032e2ba6b1f5f6ceb4d1e8f565046c92e84c86992ebdba3d 781 0.72/1.00 vMB 27
415,592 415,592 000000000000000001f63825d07ac4ff2f095afc7aae165aaffdc04d14ece412 714 0.46/1.00 vMB 32
415,591 415,591 000000000000000001fe51d246c83901a18b013d1abd7162822a7836fa447627 1 0.00/1.00 vMB 0
415,590 415,590 00000000000000000209c32f701458054fad03c9961454acc0228c3fcff0f137 1,905 0.99/1.00 vMB 33
415,589 415,589 0000000000000000015afbdc6218e188d92c2468907827e177045cbd6a964d5b 2,964 1.00/1.00 vMB 65
415,588 415,588 0000000000000000026306107c55d0c032749b561f276c5e09d09e19dbc34336 1,854 0.75/1.00 vMB 53
415,587 415,587 0000000000000000013436e35fb3f704df4e7d5d9d8d149dd7a1520b4dc71ff2 806 1.00/1.00 vMB 16
415,586 415,586 0000000000000000040e93a7c6a64bf85cb0a158e2f08a63d9ee32194f7308e2 1,027 0.80/1.00 vMB 31
415,585 415,585 000000000000000004a8e7a25cef6061cefcf2bb59314c265900de8a70419c1e 70 0.03/1.00 vMB 43
415,584 415,584 0000000000000000003ac45bc737b76709f47deebc9abe8e8d2008e2c61fe42c 821 1.00/1.00 vMB 21
415,583 415,583 000000000000000003cae906f80859761662325aa784afd4ebedb5fc885d31a7 2,295 1.00/1.00 vMB 39
415,582 415,582 0000000000000000004be32cf13e41630551ee755e20aad3003412bf2032b7d9 2,812 1.00/1.00 vMB 55
415,581 415,581 0000000000000000035539c3ed5c484513b46665e82a22acee0826aac2349761 2,826 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.42 GB
    • Received: 13.77 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.