Loading Tool

Explorer IconExplorer

Memory Pool

25,027 transactions
5.44 vMB
0.02486605 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.70/200 MB

Candidate Block

Mining Attempt 404a556f4cc63f838208e3595a77eff0bb9e9eb54eb34022ad9e4eca31d223a3
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root d3f687a0a767f16bb30c179d0a66c3fb550818a94ecd0849f15ad31a73f9c413
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,323
Size: 0.43 vMB
Total Fees: 0.01176941 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (766,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,781 146,781 00000000000002ea646fafbbe9f068ef8810a780d8e6b6537e3d43b288d07465 9 0.01 vMB 48
146,780 146,780 00000000000003037f1b4084990ac99e94a9a2cb9a583ba5e99e6be1dfccdfbf 22 0.01 vMB 250
146,779 146,779 00000000000002841bccf34b7c017ad0834b8b813f691d1f8f888f9f5c004f2b 2 0.00 vMB 0
146,778 146,778 000000000000016ee68790bacf48af82b1640f27ed1317f1c5fc4da0cee22982 28 0.03 vMB 122
146,777 146,777 00000000000005befb85efbca42fabd1e8350885556aa4754c2c85bc7824b631 4 0.01 vMB 9
146,776 146,776 000000000000068ca2d5cb6db34cd60425951d7992b10e69805c5a8adc5e2318 34 0.04 vMB 94
146,775 146,775 00000000000002eb7ab52ae8c32aca0bec46cee337a5bc75247d7e9fba4eadb6 91 0.02 vMB 12
146,774 146,774 000000000000048260fd05eca6fb187789e46196f89aa12ecfa05e7cb7e54876 32 0.01 vMB 124
146,773 146,773 00000000000001a4725eb90b17c4c5c0cef02342196db7406ea4053d7f828c17 24 0.01 vMB 108
146,772 146,772 0000000000000510f58d05c1bd9f858b928d82b01a73ffca6559cd41997e7045 80 0.03 vMB 185
146,771 146,771 00000000000005baf1df60fa604e17473496fb5af2a7e93cc8a39e4b53335254 29 0.01 vMB 299
146,770 146,770 0000000000000619c60b930da7785e47a3c42a315b124bc4572e16611ac3d772 79 0.03 vMB 101
146,769 146,769 0000000000000541a13a7550af0dcd9e84291bded4eed0a05231cd86487d9386 80 0.03 vMB 42
146,768 146,768 0000000000000955bdbce998a0ca66f0d1457e41ceb81bf9133cc463530428ae 56 0.02 vMB 316
146,767 146,767 00000000000005cc61e137b1bf82df4f779071c18353cfbfcd0937a31e8f0d60 11 0.00 vMB 34
146,766 146,766 00000000000007966f9055c0a4a8d1f391346631ef557289d87f2201b2038233 48 0.03 vMB 115
146,765 146,765 00000000000007672021fd5dfc22226f54e46fd7b0fca6739caae7031bcf1584 8 0.01 vMB 777
146,764 146,764 00000000000000d7639fbaa30e489e5ae604a16ada6d549f052dffb81fe3420c 16 0.01 vMB 172
146,763 146,763 0000000000000566571219b604926049fada16dabad54352c7ceea2827463698 55 0.03 vMB 113
146,762 146,762 00000000000003dca9e370655a008577ce6a15ebce31d867847c81de8142e202 9 0.00 vMB 30
146,761 146,761 0000000000000431d1c418de51e0271f6176608f7522b82ab22c00e9afaa26d8 62 0.02 vMB 26
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 77
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.57 GB
    • Received: 0.58 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.