Loading Tool

Explorer IconExplorer

Memory Pool

45,684 transactions
29.06 vMB
0.13918702 BTC
Random Selection Loading Transactions
Max Size: 151.37/200 MB

Candidate Block

Mining Attempt 37b26acf63b8461fe5b8fd337121ca2eeaed0c515600dc03ab0a80bf5194d273
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root e4bf176812e0d9c4cc22137337ad7beeb0dc6f3ce19dfa7c7b28e2e0e1e0d3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.04203141 BTC
Feerates: 150.75 > 4.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (237,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,760 676,760 00000000000000000007fb7a9115f3865111ac9adc812c02edfa0601a6c8a235 1,781 1.00/1.00 vMB 66
676,759 676,759 0000000000000000000b22f6fa3124e865f871f60fa698d0cafe1c8339a8e9b0 2,201 1.00/1.00 vMB 46
676,758 676,758 00000000000000000001d39d2c899d111c3247500e878b6fa8af19b2ffa4440f 278 1.00/1.00 vMB 9
676,757 676,757 0000000000000000000ae7014634776d28c4e296426917448a79b36cfedee4a0 238 1.00/1.00 vMB 9
676,756 676,756 000000000000000000056dd0832473321f27cc5e22251d3aed5baf34aafa6941 2,415 1.00/1.00 vMB 10
676,755 676,755 00000000000000000005bffff1da48c6979ac7aa52f56950bbea9f8dda46e4ee 2,393 1.00/1.00 vMB 47
676,754 676,754 00000000000000000008601ced8d4013ff95f697c2b045d7996578028e6673e6 2,775 1.00/1.00 vMB 74
676,753 676,753 000000000000000000072629a5db3dcce1aa7b65b99f44ddd639af736e6748f7 1,437 1.00/1.00 vMB 32
676,752 676,752 00000000000000000005c6ab07b674b1ca2349d690f4e8d670e3ac65a829d5f3 763 1.00/1.00 vMB 18
676,751 676,751 0000000000000000000a31cfed5a030ac8ded5bb52967a5e66b831073004b28c 419 1.00/1.00 vMB 13
676,750 676,750 00000000000000000001f0c4a3c16fe71bd430c5088f7982d0bc6a1bab0dd762 787 1.00/1.00 vMB 12
676,749 676,749 0000000000000000000312f3dbe87c68d745cd935f749d0eef8aea12b7b52d6a 2,809 1.00/1.00 vMB 55
676,748 676,748 00000000000000000006768379699004e9a5d6e94ac05cedc5264883e2fd49cd 1,421 1.00/1.00 vMB 26
676,747 676,747 00000000000000000001b4a1745da488fd1aec2340e94916af82987310aeaf37 2,157 1.00/1.00 vMB 42
676,746 676,746 00000000000000000004300b3c2a4cbe51612c1f59dcd5e8e4821f8fd29a5ed9 1,123 1.00/1.00 vMB 22
676,745 676,745 00000000000000000006f92c9b0e84c940e28b8baf7cd1d13447c619ffd03695 2,105 1.00/1.00 vMB 11
676,744 676,744 00000000000000000002652f9094be2c6e4b06a7f1ed369db6b4c859f1564b18 1,723 1.00/1.00 vMB 20
676,743 676,743 0000000000000000000256c6ae56000b1abd11caf2707a96b1b223dcabaf0180 1,336 1.00/1.00 vMB 68
676,742 676,742 000000000000000000008d1e5a3c919bcd0db96ce149b88da6f6246b0dab3f12 2,005 1.00/1.00 vMB 30
676,741 676,741 0000000000000000000b8560b59b37131328ec542f259e2f64738a1afa3e6a5f 2,513 1.00/1.00 vMB 71
676,740 676,740 0000000000000000000610b7f52f4c8ce029f35c149913944a4e3bacff4a45fa 1,909 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.