Loading Tool

Explorer IconExplorer

Memory Pool

88,656 transactions
23.77 vMB
0.06730034 BTC
Random Selection Loading Transactions
Max Size: 159.32/200 MB

Candidate Block

Mining Attempt 6a326fe8f85ad0b226be6ad9e3e05a21e60b8ef41bf12a65aada4bdb1eb6a12a
Version 20000000
Previous Block 00000000000000000000f54521b752569f8548fedebdc2f2645d947f758c6efe
Merkle Root 8b542e765b07258f1f868d8aca60c4f4be4030ed68a2481517a9576233bc9322
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,227
Size: 1.00 vMB
Total Fees: 0.01155107 BTC
Feerates: 200.71 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,100 (911,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,091 5,091 00000000e8c1ad1efa24df1abf75d90246f71ede2731f5bbc277b007fbd0d8ac 1 0.00/1.00 vMB 0
5,090 5,090 00000000ed25b34ed7c71c613b92d7ce43e912993fdf506dbdf81bf759f9a362 1 0.00/1.00 vMB 0
5,089 5,089 000000006aa8473ec129d0d46edbdbeb8f9f1c05835080372918b2c2c54ffb80 1 0.00/1.00 vMB 0
5,088 5,088 000000000b06eccdae6229a5386160f8e3896e4fa8b6d2cb3e8a445115a693d2 1 0.00/1.00 vMB 0
5,087 5,087 000000003a470f36740bbfe1e35696cf6093a3551638ddb8df4d4de45016276f 1 0.00/1.00 vMB 0
5,086 5,086 000000006679495ce21cd5962ebdeedca2dd15e76145a1a3182ab282842b0b83 1 0.00/1.00 vMB 0
5,085 5,085 00000000140e7c8288bfab47c59d714ddb74280c3ba74afac649ebb9ba253252 1 0.00/1.00 vMB 0
5,084 5,084 00000000dc2953ccf1233a13f4e139e52bdfb500d53cf65a5f7498ed8161fed1 1 0.00/1.00 vMB 0
5,083 5,083 00000000db884a1624191f86c836671aae80346a5bd3ec4eb88885650f9f88ec 1 0.00/1.00 vMB 0
5,082 5,082 00000000f49df538620cb75473634b4e867ecf88d7e49ace3cfad1590784a2ac 1 0.00/1.00 vMB 0
5,081 5,081 00000000290ed9f54dcdfe3e56eafee77c9d9d73fc117d323ba8a4f2f25c174d 1 0.00/1.00 vMB 0
5,080 5,080 00000000b2a8a9fb671be4ea3e7d06acc927289aca57de843abceb67c9e7947e 1 0.00/1.00 vMB 0
5,079 5,079 00000000734ab21f150418f24e54223ca0ee470a8472137931eb586b79a0c9ca 1 0.00/1.00 vMB 0
5,078 5,078 00000000138212fdb5ad5c0d5be7962d7c76df0ae360473f2f81837e89014b78 1 0.00/1.00 vMB 0
5,077 5,077 0000000093a83868382518d92909290f14d977f700acc6a55142aefdc1a5739d 1 0.00/1.00 vMB 0
5,076 5,076 000000004fd009d894abe93f6fbbfd88ef9084dbbcad5b865eddc5d4f6ade142 1 0.00/1.00 vMB 0
5,075 5,075 0000000080fdfe6991556339df99174d2bd8b30613622726bebae82a87440096 1 0.00/1.00 vMB 0
5,074 5,074 000000002137b6e7d191f6ab9dd0dafa83b453a88ffd19b091f5f1c92b33cc34 1 0.00/1.00 vMB 0
5,073 5,073 0000000094d00a8dc325dc3b80fa5202b16aebed27937d2156988d33ed5b6200 1 0.00/1.00 vMB 0
5,072 5,072 00000000e115bbb163c16a2fd94ee533dea3e31256d841d8f6c6c3b6709f1c1e 1 0.00/1.00 vMB 0
5,071 5,071 0000000062efff3d5ad81e54b42db0478ebbdcfcdd146287bbd7c1277d565a83 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.30 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: 815.38 GB
    • Received: 24.17 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.