Loading Tool

Explorer IconExplorer

Memory Pool

74,894 transactions
27.65 vMB
0.07429975 BTC
Random Selection Loading Transactions
Max Size: 168.85/200 MB

Candidate Block

Mining Attempt 422b52c8ce15616da782c8d4b1cca857a17efc2d0d142fb4c1e42450ebf4085e
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 29e46cc22035feec08888387a1ab940b13b69099192f073a9382e0a3c52da19c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,172
Size: 1.00 vMB
Total Fees: 0.01516464 BTC
Feerates: 100.53 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (158,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,019 757,019 0000000000000000000393926d20949d2ef924f80e31a2b24d6e4575bcda0a32 931 0.56/1.00 vMB 3
757,018 757,018 00000000000000000007d823e0a43f124535b3727d09b32fcf18e7eb2b6fdfc3 2,423 1.00/1.00 vMB 8
757,017 757,017 00000000000000000001fbf8a112b10ca484d028e938caf34cc306d1f31bb711 2,486 1.00/1.00 vMB 9
757,016 757,016 00000000000000000002ff0738ffbed866429b37dc6dcf39b76618ca087c5e5d 1,105 1.00/1.00 vMB 3
757,015 757,015 00000000000000000000434626880be81e2169f3eb027388869484093fc00dca 2,756 1.00/1.00 vMB 8
757,014 757,014 00000000000000000002a9ed30822d554c21b4d99a730d755725e72252d52131 558 0.44/1.00 vMB 4
757,013 757,013 00000000000000000008a04958835f2aae0ae7340c1a95f4a553dbd93aa5fb5d 2,469 1.00/1.00 vMB 9
757,012 757,012 000000000000000000049f35b9e7073daed1b26346d3b8d3c5fc4d81336f3cff 1,841 1.00/1.00 vMB 3
757,011 757,011 0000000000000000000006ba0f722c8702f2a3e73971d42a58171c380ecde4b2 2,843 1.00/1.00 vMB 11
757,010 757,010 000000000000000000054e17a0c5371b66d06fde6492d7657d98942f9d49ecf2 1,381 0.73/1.00 vMB 8
757,009 757,009 00000000000000000000a49bd8addc8729a65e2ff2a704ba66a6fbbe71b4a280 766 1.00/1.00 vMB 7
757,008 757,008 000000000000000000017cefc181e3201a4c1312d07b0d5ef29b200929c8c383 1,912 1.00/1.00 vMB 6
757,007 757,007 00000000000000000003017df83b7a8e6aad046ede3e04ab1e0d3b90b9f433e4 3,028 1.00/1.00 vMB 7
757,006 757,006 0000000000000000000683dd1f22c36b29dd8ed7a2ba98418a27c4f58dd78db3 3,092 1.00/1.00 vMB 13
757,005 757,005 000000000000000000077d7021fc3f772e44347f1d46f4abf018c59887ed8b73 690 0.21/1.00 vMB 8
757,004 757,004 00000000000000000008ad52475a22c8c1aa660ea99db4828ebf90547187370e 617 0.39/1.00 vMB 1
757,003 757,003 00000000000000000008b7538c57c9f25c4ff44cd732187b285135ace254f992 1,608 1.00/1.00 vMB 4
757,002 757,002 00000000000000000006e3e9fa9e6f1f8252dfb3f9efa1f183a5d34d0727b98c 2,948 1.00/1.00 vMB 3
757,001 757,001 00000000000000000000dc4074d54a341580eeb220a1d61f03c0260e41cf15a7 2,938 1.00/1.00 vMB 12
757,000 757,000 00000000000000000002e0477f38b2f8630790b8e85ea2cbc553ac4f062ee3bc 2,572 1.00/1.00 vMB 8
756,999 756,999 00000000000000000003c7939bba38750c3236a31ceab201142e676a7197ca73 2,006 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.