Loading Tool

Explorer IconExplorer

Memory Pool

75,092 transactions
27.70 vMB
0.07546274 BTC
Random Selection Loading Transactions
Max Size: 169.05/200 MB

Candidate Block

Mining Attempt 1238c31235f19c6b72b971985b0d80a9b6f981d77946bec007937f17df1a5c1b
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 7df38d84c71b437eb19d6c10d35adf27f7f39527d469d4e95531bbedf501cbd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,011
Size: 1.00 vMB
Total Fees: 0.01582408 BTC
Feerates: 80.55 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (878,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,875 36,875 000000007db3b25a276c06cd372392415fd137661231cd1f7136e8b84109e15e 1 0.00/1.00 vMB 0
36,874 36,874 0000000068d1a5c89a7362021fb9a29cbcfdda6f23af312eabcf28f61fd1107a 1 0.00/1.00 vMB 0
36,873 36,873 00000000007939ca6608307437edd9e77edbd8eef35b847b7e3522b89a5471ec 1 0.00/1.00 vMB 0
36,872 36,872 000000005f9ff90b3c7ce5f62bca58dad3043d297ee43c43c941f238634a8666 1 0.00/1.00 vMB 0
36,871 36,871 00000000808b0b0a780d86a4577c6cb289e3572470688e6eb4bc335b402b2e90 1 0.00/1.00 vMB 0
36,870 36,870 00000000203bc00ba5ffb371eca69509aa4ac3a6f5cf2e47a3ed633c3a8ddc31 1 0.00/1.00 vMB 0
36,869 36,869 0000000010c3fd192433859bafb7dd66e785e384062893905f510c1c37a5f744 1 0.00/1.00 vMB 0
36,868 36,868 0000000044ef22b233700935637fd8cf6016d3dcf81f402ffe67e574b612f19c 1 0.00/1.00 vMB 0
36,867 36,867 000000009ad9aa65ac9070e729f0c0c7f96ac6ae6e33f68d58f2ba90acfaea3b 2 0.00/1.00 vMB 0
36,866 36,866 000000000d7a83806db522f537bf2cee9cf7469e9167be6b1ca1d590d8c658de 1 0.00/1.00 vMB 0
36,865 36,865 00000000aa062f056df86516f679af8a3a058143d2da302e94c7992f75e1370a 1 0.00/1.00 vMB 0
36,864 36,864 0000000072008bbcf2e38da70b9bff7a0096741d7d16f738ca1fcd4be84ea43f 1 0.00/1.00 vMB 0
36,863 36,863 00000000817d3256ed4da80ccadfaf5b06eb0a3433cd67891fd61786ab69bb32 1 0.00/1.00 vMB 0
36,862 36,862 000000008efa815844cf672b51c72790d6c40d37294eb9038a73e3a99222797c 1 0.00/1.00 vMB 0
36,861 36,861 0000000092a9eb056585e94fc5e02ea31dd384d6e1cb549e5d4238b1628b9def 1 0.00/1.00 vMB 0
36,860 36,860 00000000b77824acc80d4a2f231616a296e057438d2d90c15cf35f1cfd49ec56 1 0.00/1.00 vMB 0
36,859 36,859 000000009c3494fecfb0039ddfb8bad4004a084a03bd312bf67afda0d1526ebe 1 0.00/1.00 vMB 0
36,858 36,858 00000000a835042914f8a9c9c5c247b82a1d9e48edc5b41dae32451f1781dce8 1 0.00/1.00 vMB 0
36,857 36,857 0000000056fb9c8004672e54ca7adddd52a6d1e88e72b506f76dc10508432680 1 0.00/1.00 vMB 0
36,856 36,856 00000000b55fa17b1f7dc8fa561636f51e00ec539dec3b7fce9d6937d6ee6188 1 0.00/1.00 vMB 0
36,855 36,855 00000000ad8373bb15fb2a974e08d0b9e0cb9d0da2325f5566d10a6ffe00fd5c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.