Loading Tool

Explorer IconExplorer

Memory Pool

74,901 transactions
27.65 vMB
0.07707259 BTC
Random Selection Loading Transactions
Max Size: 168.57/200 MB

Candidate Block

Mining Attempt 9185bbdc88a3b66062d320846f364cbcb6590ee9d026049665c0ca56be38f19d
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 68ab178239f73911b4b98eea869d66f2ea308013b8080550be50bf97e70957c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,143
Size: 1.00 vMB
Total Fees: 0.01804664 BTC
Feerates: 121.74 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (460,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,110 455,110 0000000000000000021f874e60d5502d036e3cf7c84d1ab05e86dd3ca5dea6ee 1,997 1.00/1.00 vMB 128
455,109 455,109 0000000000000000016bd6c4e72ebada58d0800899094449cd21857d6175be8a 853 1.00/1.00 vMB 108
455,108 455,108 0000000000000000009b935c9657dea9618e53a751c0b4b49f178e2436ee7140 1,543 1.00/1.00 vMB 134
455,107 455,107 0000000000000000008a1d74372202bd305804600621df8d9b6c3135602e4df6 1,997 0.87/1.00 vMB 141
455,106 455,106 0000000000000000020724e60302794280133cb9c45f2dd8c95bde796b75af92 2,346 1.00/1.00 vMB 180
455,105 455,105 000000000000000001e07bc999889e9493a80413da8e332bb0b2f424c34af6ce 1,879 1.00/1.00 vMB 136
455,104 455,104 000000000000000001bc179e64a1a099c76adf9fca480d8fd9b81a2ef32b5056 885 0.37/1.00 vMB 166
455,103 455,103 000000000000000001c8e4f31305b4ed6809c3c3c040a49c0ca0ac3f6d94c100 966 1.00/1.00 vMB 128
455,102 455,102 00000000000000000082193eae5c9283e75293c26b36079825a9b3d3f23ff987 2,259 1.00/1.00 vMB 121
455,101 455,101 0000000000000000008b95318a69d8ca0e8b6d2cfc83dfc37fdaa3612333a541 2,466 1.00/1.00 vMB 179
455,100 455,100 000000000000000001419a77f67ff640977fd15680d3774fff5713842ddea95c 2,290 1.00/1.00 vMB 132
455,099 455,099 0000000000000000005d33ddfa1d04726e5cc2bf2dbda504061408af840cfe96 2,234 1.00/1.00 vMB 181
455,098 455,098 0000000000000000025b2c82013f3678821f0604d61c032ac97df6a62a11bdad 2,147 1.00/1.00 vMB 126
455,097 455,097 0000000000000000012bff77b984f0c27b808c3aa153d0e514ac3bd75d938684 1,914 1.00/1.00 vMB 155
455,096 455,096 0000000000000000018a6ff6c758e9ae18f0a0e77d0e4adb72c1157e4573db0a 956 1.00/1.00 vMB 122
455,095 455,095 0000000000000000020f40bad7803134b6de285c9cf13de8c6b968e93a85425b 2,215 1.00/1.00 vMB 144
455,094 455,094 00000000000000000071ea191b88ad96e77d4d221ae7bb3714c11d4c058b879f 1,439 1.00/1.00 vMB 122
455,093 455,093 00000000000000000093f4196e9e5a0b4797402f6529c473ebe5108aa1a5c822 2,030 1.00/1.00 vMB 120
455,092 455,092 0000000000000000013f3f59c7051907d13320547c6ff432ff1cde46412cba9e 2,010 1.00/1.00 vMB 123
455,091 455,091 000000000000000001f0d2bb3f05a1ed5ea55bce5a9c83c20f4bc45cbb090072 1,931 1.00/1.00 vMB 164
455,090 455,090 000000000000000000a9e3132629421f8c426df57a76e4c56f4b004527dc3976 2,340 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.