Loading Tool

Explorer IconExplorer

Memory Pool

79,084 transactions
29.49 vMB
0.06709896 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt 60bbd08c57eebffdb2d46d65adb4270a31e7307dfeb78e7bc19f904e53878e97
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 173580efc8e0da3f665ec146ed6adf8757d6cb647d33cd48811d7de49773723d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,249
Size: 1.00 vMB
Total Fees: 0.00702650 BTC
Feerates: 73.20 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (363,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,868 551,868 000000000000000000271f5752ad589bd75c45c086d9fb721f3fd7ab2a767ecb 2,487 1.00/1.00 vMB 40
551,867 551,867 0000000000000000000a08abb74ec30ff87e8b36c075df1fcaf3bbc60113b754 2,793 1.00/1.00 vMB 54
551,866 551,866 000000000000000000086daf34be2370ff5c44ece82c8429d8e061ff56b78305 3,339 1.00/1.00 vMB 49
551,865 551,865 0000000000000000000e2bf0c58cd2413585a805bc415c051b028629de04459a 3,209 1.00/1.00 vMB 70
551,864 551,864 00000000000000000029325b57176c1d48b9d3405c0be088d08b8b52c8d40515 3,445 1.00/1.00 vMB 59
551,863 551,863 00000000000000000007f168f72b18a1c98d5b5eb74e9c67abcf3f95b2be1795 3,388 1.00/1.00 vMB 51
551,862 551,862 00000000000000000014aa7da1df41c08c7b3311dfd2305cce511ce29314a46a 2,219 1.00/1.00 vMB 53
551,861 551,861 0000000000000000001bead22b9d648edcda740ba90764ab4a0056fb60579b53 2,844 1.00/1.00 vMB 57
551,860 551,860 00000000000000000010445ec8109db1727e50090e74630ae67d6c30e2c18103 2,639 1.00/1.00 vMB 70
551,859 551,859 00000000000000000029a51a06aa8f36e5f5f4e91e17cbba804eb5cdc575185c 2,684 1.00/1.00 vMB 39
551,858 551,858 0000000000000000001692c640dd13b5172b531fc149353381fc23aa3ce9da4c 1,733 1.00/1.00 vMB 23
551,857 551,857 00000000000000000022c9a715287fd906b4046642513f1e47284fee1b515c2c 2,704 1.00/1.00 vMB 31
551,856 551,856 000000000000000000140501116052369af7bba4f685d117510f7f52b55d61da 1,561 1.00/1.00 vMB 41
551,855 551,855 00000000000000000028fc1dc2a0d34d3ae567dfaea861a1159e6f19e4bcd49a 3,065 1.00/1.00 vMB 56
551,854 551,854 0000000000000000001c97e1c78dcd1a58b39619ed29b509e734182d7c2a290b 2,105 1.00/1.00 vMB 29
551,853 551,853 0000000000000000001b70a288574ae2c2cf7c4a3da8718073c0cc195df4b2eb 2,706 1.00/1.00 vMB 47
551,852 551,852 000000000000000000173b8582c02689df7362fab127aa8f7c81c7b3eed0ff37 2,226 1.00/1.00 vMB 29
551,851 551,851 000000000000000000142c3bfb49ba9dadd366323bfbffd3aefa4ee9851567d4 2,665 1.00/1.00 vMB 38
551,850 551,850 000000000000000000199d3b8c03e95f67dd103a1c3e8faae818c4940ea080e0 2,793 1.00/1.00 vMB 49
551,849 551,849 0000000000000000000a8c0248b7442511a444fa76cc8deb3d7508d4dee5f610 3,247 1.00/1.00 vMB 70
551,848 551,848 00000000000000000027bbfccff9bab91bad9468b611ac912eacb03d92127839 2,408 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.37 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: 663.21 GB
    • Received: 14.89 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.