Loading Tool

Explorer IconExplorer

Memory Pool

31,019 transactions
18.42 vMB
0.04505022 BTC
Random Selection Loading Transactions
Max Size: 98.07/200 MB

Candidate Block

Mining Attempt 520f98ca4c81e44b2bacdf49851d01c6f190b4e0311921f20f1fce1cacd16e8e
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root ccca45d3bf76456a44e5cade69895699fe0b2a0eb8c1d9b837f835ff10bd6ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,673
Size: 1.00 vMB
Total Fees: 0.01030370 BTC
Feerates: 150.77 > 1.03 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (813,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,239 100,239 00000000000130eaf509c1f0d86971a0ece8111b429e74b5d0a547996ed913df 3 0.00/1.00 vMB 0
100,238 100,238 0000000000012658c582a0acb5c5b061ea2148b2741079b78c7756a55299f5f6 1 0.00/1.00 vMB 0
100,237 100,237 000000000000c07f2c90175facfa8c6bc993e057d204357e8c6bdcf5019feb13 5 0.00/1.00 vMB 0
100,236 100,236 00000000000282f542b4424dd4b2178ab568b983b468747986345f5d6c26c206 2 0.00/1.00 vMB 0
100,235 100,235 0000000000002c6d347eb00b6f4839941c9a60b904e568a939cff6c93c273b4a 1 0.00/1.00 vMB 0
100,234 100,234 000000000003c39e0d48216bf29445c3b2883a129bab753b2615b90066fd4f16 2 0.00/1.00 vMB 0
100,233 100,233 000000000001e8660f70f7af67c24d13270f96758c809f83ed84a12e5f4e7e85 1 0.00/1.00 vMB 0
100,232 100,232 000000000002f400c96d6c74bcc8e34fb6fe113e6a004ac0597eb2216dd7a0f5 1 0.00/1.00 vMB 0
100,231 100,231 000000000001164b561543d1452974bbacc3acdb0ce28864a6a9deb3e8bfc800 1 0.00/1.00 vMB 0
100,230 100,230 0000000000043a3094b130f7c69e8b2af50051701e4f14b2aa41dd5ffae04b5f 1 0.00/1.00 vMB 0
100,229 100,229 000000000000f919c4e613ce50725c758d6cb90258f309396ba48ad9cda8dfa9 2 0.00/1.00 vMB 0
100,228 100,228 0000000000032c1c5f8650c96071ecbf7efac137a4ab4a0c2ddd6733d9c4719f 3 0.00/1.00 vMB 0
100,227 100,227 0000000000042065c076af60093d4fbba807e3103fc91b62f4f6c9c36a0e2114 2 0.00/1.00 vMB 0
100,226 100,226 000000000002c90930cda702186ed0a5dbaf6bc638a169b241e56d102f981d69 8 0.00/1.00 vMB 0
100,225 100,225 000000000000fc774a0569c01a5837699e8ffb1884ad7773e233da3c448d8d70 5 0.00/1.00 vMB 0
100,224 100,224 0000000000028bb9391c15ab2e21d6bf3b0edf453489ae2b511bf90d48fe27d5 7 0.00/1.00 vMB 0
100,223 100,223 000000000000bcac2440a6a33b28f6587174de66b6444581308085b846bac0ad 1 0.00/1.00 vMB 0
100,222 100,222 000000000001e291a28692af261562e8e167f73f3c12d67769c340f941b2ea1f 4 0.00/1.00 vMB 0
100,221 100,221 000000000000744de853ded0f9318726e5cc73df74bb75e3594031a7060a1356 1 0.00/1.00 vMB 0
100,220 100,220 000000000000cb5ab60c820b342781973a47e3d32a7a9ec152e073cdf3b4214e 6 0.00/1.00 vMB 0
100,219 100,219 000000000003d6642d8e2261e9b001cd39ed4f607e1007e7601edf1bfc5f15f9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.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: 561.40 GB
    • Received: 7.39 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.