Loading Tool

Explorer IconExplorer

Memory Pool

29,813 transactions
11.49 vMB
0.03618241 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.03/200 MB

Candidate Block

Mining Attempt b09a88e625e335ba5e20ddd8732324fb270ead2b58b5703d2a602882d5d98939
Version 20000000
Previous Block 00000000000000000001aac412b5070310651103551b30729b18c8a227eabda6
Merkle Root e1df38c1f9bb5a0a946bdee2da51293953351c749881490aa37a2582603453e1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,825
Size: 1.00 vMB
Total Fees: 0.01603306 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,528 (739,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,835 173,835 00000000000000577a1d775a46f3600d0643ba2fae996a61417f14ad8967fe5d 55 0.04 vMB 243
173,834 173,834 00000000000005adfec497ede7ef83c9627a3e260956beb3d160122c84fec0ba 27 0.01 vMB 4
173,833 173,833 00000000000005aa008f6de96e470fcb97dd47b6f80e6d9e80273a3a3f040915 124 0.04 vMB 97
173,832 173,832 000000000000059d8a3e4f304e7632d0df1c939235b24c42cb8ffaca3218c5f3 18 0.01 vMB 188
173,831 173,831 000000000000099ff82ef20c3ab910901cea15c02a9f8ff57bdfa51ef9731511 32 0.01 vMB 96
173,830 173,830 000000000000095e4fefff468010a237e6fc258d6556c700ed2378b0e49bed41 1 0.00 vMB 0
173,829 173,829 00000000000004f38d68a03e93886e4b3d343abd5166102e8f3afeb15a3fd694 34 0.01 vMB 69
173,828 173,828 00000000000006ef9f2a40dee60004123885f77f1eb119617cc7e0a69bc33494 28 0.01 vMB 249
173,827 173,827 0000000000000346c43648257064287700cdd61632e6b765f367b77d29f62ba1 22 0.01 vMB 48
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
Previous 10 blocks ↓
Total Size: 779.78 GB

Node Details:

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