Loading Tool

Explorer IconExplorer

Memory Pool

26,373 transactions
6.19 vMB
0.04343992 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.07/200 MB

Candidate Block

Mining Attempt b9cda587c09da2b03b670089ab331714f14c111c7a8e0297e65bf886ed13f1d4
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 41aa70feb73f82f1e99bcdcd3cfe496372ded91ff3b9444c5d4b717b292efc9d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,166
Size: 1.00 vMB
Total Fees: 0.02953149 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (767,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,164 146,164 00000000000009534b75afdeedeefe86628c4744a513cf1c4f6ebc898ff4c600 122 0.08 vMB 98
146,163 146,163 00000000000002381dd44a4fcaec0e25b40f56119c799705642c9f1f341eeb2d 8 0.00 vMB 282
146,162 146,162 000000000000064a574377ce3d28014d76bb62a027b9b232f3d49163831ab18a 139 0.05 vMB 208
146,161 146,161 000000000000011d0000d6a6fa087ff87629ff1a1bff6276970db8a28081fd40 125 0.05 vMB 108
146,160 146,160 00000000000000b9fd5ee696fc80a7356fe37ef622c3ea5d95ea0fbd6994e7c0 121 0.05 vMB 217
146,159 146,159 000000000000011d868006e6a9d4ce55cddf11a81fae6d5dcd25afc9f3b6748b 58 0.02 vMB 263
146,158 146,158 000000000000040080725da103cc324d3114549d97b62bdc2674e65420a155e1 112 0.06 vMB 205
146,157 146,157 0000000000000122d57e13aba2cc19652f04f7d5dcc1670bb110c06e6cd32221 89 0.03 vMB 99
146,156 146,156 00000000000003f05668763d273fe47d15bbe6d5b2e940dd788ac6ac7f1a9cac 95 0.03 vMB 150
146,155 146,155 00000000000008e3100b066d70e2be905ffeb5e9a8ccb90d4f6d9f1a8acf6759 73 0.03 vMB 3
146,154 146,154 0000000000000899db2145c84d4e7188e0f05901ce6df0ef4e96918b7cf6e9b6 28 0.01 vMB 34
146,153 146,153 00000000000006150442579867ea4a40aba532eabbdd6e22b2758c9d02cea7b7 125 0.07 vMB 92
146,152 146,152 000000000000017e2171448c0724a538372e86ae9cf3385c74456c9f0ae27319 65 0.06 vMB 405
146,151 146,151 000000000000054bb5682adc2d32d73f74e46b05752319338792b42b5e3b91fa 44 0.03 vMB 54
146,150 146,150 000000000000086becec165d0730ae73339406e41f5aca3e9af19f9e6ab16136 78 0.09 vMB 97
146,149 146,149 0000000000000377f2cd6ca07f9fc8b7a5af66f068b80b0f55a7484522166fbf 133 0.04 vMB 25
146,148 146,148 00000000000000e42d2ce64fd1d1155799034b3f076e2dc83d18d76287b39391 52 0.02 vMB 152
146,147 146,147 00000000000001368d9e39405369eae85f1f07fcdff8a53f9dc13874f444ffc1 17 0.01 vMB 222
146,146 146,146 00000000000001be51ccd16df2bb7713e79c48910e4aca256b57f3c86d9ecd96 11 0.01 vMB 89
146,145 146,145 00000000000004a80b4e13c3f3ae89b749d8b27ee15c3810315e7d3c7f9ad02a 41 0.03 vMB 120
146,144 146,144 0000000000000665c03724e0a0a4b17fe1472bbaaefaa61b4bd0d7cfde993c29 11 0.00 vMB 83
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 81
    • Outgoing: 10
  • Data Transfer:
    • Sent: 39.12 GB
    • Received: 0.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.