Loading Tool

Explorer IconExplorer

Memory Pool

83,560 transactions
31.14 vMB
0.09438178 BTC
Random Selection Loading Transactions
Max Size: 190.41/200 MB

Candidate Block

Mining Attempt 0848191a1e68cd802e08b66e95dca3648149c4ed058578049a85b9dd8496cdbc
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 0d5958bf195d7e9b336f2249f37c2b25788a4088a2ab4956a6e7d8c26dbc38a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,733
Size: 1.00 vMB
Total Fees: 0.02118793 BTC
Feerates: 150.92 > 2.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (440,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,234 475,234 000000000000000000e1884a5aba539d23a5e60a2cac764d35dca35b4f253c9e 2,183 1.00/1.00 vMB 231
475,233 475,233 000000000000000000ebdb002e96e80906022563fb7c214c9df4a8c5f9b8d584 1,330 0.99/1.00 vMB 89
475,232 475,232 0000000000000000011f87ab6a7647d8e271d147a130a6923d4af07cf930dbc9 1,558 0.62/1.00 vMB 217
475,231 475,231 000000000000000000d393aba52349fa6281787aaa6a67fc06b018e51bd546bc 843 1.00/1.00 vMB 62
475,230 475,230 00000000000000000139fdb015483b4a15f38474da50c0085a5b8230f61c4ad8 2,120 1.00/1.00 vMB 86
475,229 475,229 000000000000000000c4a9d2e1b3b6ee378925e524d582ef0690734c62fa1e14 1,908 1.00/1.00 vMB 75
475,228 475,228 0000000000000000005ad337f19ba7447fc94c7deac182f3f795acb04b906c54 2,589 1.00/1.00 vMB 245
475,227 475,227 00000000000000000182622860f1d6f3fb518df2d9e55fbec0c248a582420aad 1,218 0.99/1.00 vMB 335
475,226 475,226 000000000000000000b366560b7fedf8c8238eb82f60536ebef76fe97504dd39 1,063 0.51/1.00 vMB 196
475,225 475,225 0000000000000000007ada4822743648af36ba3cb0a6e46bc0f2864cef4e5bb5 468 0.25/1.00 vMB 110
475,224 475,224 0000000000000000008dc1f0f73ccce982757409594e7452764a3343c96d750f 561 0.70/1.00 vMB 167
475,223 475,223 000000000000000000ff90b9022b94573fc74440f860240a20160c96526d5b81 470 1.00/1.00 vMB 253
475,222 475,222 0000000000000000005a2eab4732d11195e3f1a639cdc32c8786d7ae8c6f3149 1,276 1.00/1.00 vMB 112
475,221 475,221 0000000000000000014d144a0e3e62a2ada1f4623800f331c91b708e25ad255e 1,226 0.52/1.00 vMB 237
475,220 475,220 0000000000000000001d11a7bb30d9cb2945809b47d9450394e334c859921152 1,129 1.00/1.00 vMB 72
475,219 475,219 0000000000000000010fd2fa31fba7d2960fff31280d04a940aa24dbffdda874 1,071 0.42/1.00 vMB 213
475,218 475,218 00000000000000000030f5c2c2b4d697a59fc38dad036574bb15f73071a8e52e 1,398 0.63/1.00 vMB 179
475,217 475,217 0000000000000000000c411bfcf245c35851cd9a858a3edb806e3aa0e19edeb0 1,444 0.84/1.00 vMB 52
475,216 475,216 0000000000000000000dbd57f2b07f0bd41e58cde0ef0aeeee5852cdaef5e1e8 2,366 0.99/1.00 vMB 232
475,215 475,215 0000000000000000013efa9e1c276d37fa54f9118eff7bad7a6ef6eda738b8ac 1,879 1.00/1.00 vMB 150
475,214 475,214 0000000000000000008148f841d65bf2aaaec63751eeda77412416f0e088bf42 479 0.29/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.30 GB
    • Received: 18.02 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.