Loading Tool

Explorer IconExplorer

Memory Pool

79,737 transactions
34.43 vMB
0.16581338 BTC
Random Selection Loading Transactions
Max Size: 192.94/200 MB

Candidate Block

Mining Attempt 5a075975ffd8dc360bd8e5c63a71e99a8520df6e995ac245cc91f4f867d142ef
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 528e6ca13bd33e5bd71ea275c42ec5340c7c3e000885f0fa6bbf3e76e031c852
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.04131554 BTC
Feerates: 150.93 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (30,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
885,071 885,071 000000000000000000026f550f18ee95efb5838f38c22811b0b6006ca9304b45 3,324 1.00/1.00 vMB 9
885,070 885,070 00000000000000000000b5e78242d11208816dc694cb5c95c3bef7e5cf6d6116 4,639 1.00/1.00 vMB 11
885,069 885,069 000000000000000000008d9a9b9b823504f4e8dff4bcba49f2689139c554299b 4,181 1.00/1.00 vMB 12
885,068 885,068 000000000000000000020409012a58c6f6d9a2dd9a9f01a8b098f016b7a232c1 4,229 1.00/1.00 vMB 10
885,067 885,067 0000000000000000000143b840f10ec3bea3be23eacef907592ec101e5eacd7b 5,145 1.00/1.00 vMB 10
885,066 885,066 000000000000000000025c67d2c269879eb87bc26db18dc10e2fb178757de85d 4,581 1.00/1.00 vMB 11
885,065 885,065 0000000000000000000036981f350dcb178f85f55430a9c442c783bc75a69752 4,718 1.00/1.00 vMB 10
885,064 885,064 0000000000000000000276361b92124b39f20f3b22b38c792e5480df1755c161 3,474 1.00/1.00 vMB 14
885,063 885,063 000000000000000000003b3b1d6e08a7d5e3c1715464c9606e2c838880c48cc7 4,713 1.00/1.00 vMB 11
885,062 885,062 00000000000000000000eb4112237b6020c51f3776d1ef2b9dba156f08022883 4,450 1.00/1.00 vMB 10
885,061 885,061 00000000000000000001eae9d98e588e5bb2eddce82277f3d25d765a94c3ee8c 2,858 1.00/1.00 vMB 12
885,060 885,060 00000000000000000001491cc9a1da165e4d2f1b248cbc0ae024b9ad8f8e9a07 616 1.00/1.00 vMB 10
885,059 885,059 000000000000000000027d22a9e7b337d28d508d64b76e6f92e64911e75a9304 3,904 1.00/1.00 vMB 11
885,058 885,058 000000000000000000026c17b33a1fda10e7592f8629204e743309004db00006 3,450 1.00/1.00 vMB 10
885,057 885,057 000000000000000000002cd75e048835dc5de39be3ced14eec9028d90953720e 5,479 1.00/1.00 vMB 11
885,056 885,056 00000000000000000000a1cb349ca7113624bf38bc07191615c606fa7600ddcd 4,576 1.00/1.00 vMB 11
885,055 885,055 0000000000000000000166ef7ae6342a00572ae39710d2b8b861d9f85daa8a10 5,177 1.00/1.00 vMB 12
885,054 885,054 0000000000000000000197e61a6024862e71c2da4d2ff92ce648d0b0bc2ad8b0 4,785 1.00/1.00 vMB 13
885,053 885,053 00000000000000000000933ea82094602f6355b466a16de797015a6850c59418 4,221 1.00/1.00 vMB 15
885,052 885,052 00000000000000000000cfbff01cf782baf096c17f2211ec81945ff063edade7 4,507 1.00/1.00 vMB 13
885,051 885,051 0000000000000000000042a1fbbc86f88c8354bb7ca35c6533c753224b0db89e 3,262 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.11 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: 734.05 GB
    • Received: 18.55 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.