Loading Tool

Explorer IconExplorer

Memory Pool

28,954 transactions
11.56 vMB
0.05939177 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.97/200 MB

Candidate Block

Mining Attempt 6c6e98982707083fd85e4b66a96d34ed7cdec4b42197fba635f195923d1f785f
Version 20000000
Previous Block 000000000000000000016339ab70a38f6993c83955ee6a573cb89c032b71c1f3
Merkle Root e1760b7c4ab0f186553d09967b8087ea91437ea215ed6d5513134feac74e055a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,441
Size: 1.00 vMB
Total Fees: 0.03942796 BTC
Median Feerate: 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,513 (739,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,826 173,826 000000000000007322e10d573f4b987eb4b94e54a2c9a172cf0152d654c1baad 44 0.01 vMB 0
173,825 173,825 00000000000008a1e8ce530cc7e5f3a6a136b578d495883afd3f481c4a1d672f 76 0.03 vMB 307
173,824 173,824 00000000000005835bf462056a7474b65fd06d2db03f11244144c8b3fd02da33 1 0.00 vMB 0
173,823 173,823 0000000000000431ee6a6a339df75b8e193e3edbba2d28944e961ba7a772b973 11 0.00 vMB 17
173,822 173,822 0000000000000615abcb9560f3fc6c9e86aa1d8ba7207f14dc25108396f81a37 65 0.02 vMB 94
173,821 173,821 00000000000009bbbef5eb704213cf6eafe10e5ca8cfc5350d6b254d69636bcf 41 0.01 vMB 4
173,820 173,820 0000000000000363316377e21515fbf09c6cec1efb5836a5af351a2a619f3e09 13 0.00 vMB 57
173,819 173,819 00000000000006b8112240de223437af87892c4819550594b267f8dd88b80870 33 0.02 vMB 32
173,818 173,818 00000000000008a5097526239afca1d59e6e112aca135ab7dd5189b5fe9f0696 54 0.02 vMB 82
173,817 173,817 000000000000045d87984e94193e0a2a68c0ecb343d14c4a10ee1f55adc09524 15 0.01 vMB 94
173,816 173,816 000000000000064c66ac8071bf8abcd559b29f1619218ce8a91a37a6a9d2b92a 21 0.03 vMB 28
173,815 173,815 00000000000007cdd05ef3f9ce8ddbfca2a2dd5b0a488a533692681734105725 38 0.02 vMB 355
173,814 173,814 0000000000000271f1007e12c196643f1f9c83a5b32f480473619927b6dbd424 47 0.10 vMB 59
173,813 173,813 000000000000033b1d5e09d7c741a769bcd97f22ba9d41eba9e9773dbf443033 31 0.01 vMB 257
173,812 173,812 00000000000005386ca3a36ee43dd4c453d345cdfbfb32900379d24b86fa81e1 155 0.05 vMB 81
173,811 173,811 000000000000089df284602f9988594185e78f5d36be0974ece43c4b7ed888a1 56 0.03 vMB 21
173,810 173,810 0000000000000a4954d48de1d56158b02ee66dcf524be6345e027e8683fa6461 71 0.04 vMB 118
173,809 173,809 00000000000000b5ebf57935fc87f5bb2651f620d80d2bf53e30214d9fd706b2 5 0.00 vMB 61
173,808 173,808 000000000000097016f278157338dede7f5ab5b3ccd0601cfc7dc656132b09ea 42 0.08 vMB 110
173,807 173,807 0000000000000384a8090b34a07d69821c9275bb48f96731d92b804be5f9e475 1 0.00 vMB 0
173,806 173,806 000000000000066a56a669cf44342fa3ec5d66c003cf689106724519069e6eef 138 0.04 vMB 28
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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