Loading Tool

Explorer IconExplorer

Memory Pool

11,588 transactions
3.97 vMB
0.01515920 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.25/200 MB

Candidate Block

Mining Attempt 78e4aab84927be83c5f94c312abd109f5dd4768f3d8e1a80fc66e72e225c5864
Version 20000000
Previous Block 000000000000000000009a929be43b792df614d84143d9278cce62466a093c03
Merkle Root 0de3a5e7df2994aff3ede63453109172236b575eb60f1b76f419db5f493958f9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,813
Size: 1.00 vMB
Total Fees: 0.01054511 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,485 (714,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,165 199,165 00000000000005ed9bbe61816e70b5b7672ab5bb41c1c55f454bcc400ee3d9f8 16 0.01 vMB 88
199,164 199,164 000000000000009d167fa7bcb5ce53d52136c6ef7d6e97a333d2f18b4efc03aa 128 0.06 vMB 113
199,163 199,163 0000000000000014997146eb553c7d61347c40017476943a42a4c4ddb93cb084 86 0.03 vMB 116
199,162 199,162 0000000000000505c816bb07c36adab51edb447dba6921ce69fc63af85ed7c0b 11 0.00 vMB 162
199,161 199,161 0000000000000079464e345923f1b26a10419d6e7b07248dcb54ba8251a596e9 11 0.00 vMB 97
199,160 199,160 000000000000028cc87d9cdc8159df4015a2682a505af5d1229563e0a9daaeb9 51 0.03 vMB 98
199,159 199,159 00000000000004978e1ca445d27d2727408997dc67a39c76b4da05e234ebbb37 168 0.05 vMB 154
199,158 199,158 000000000000021cdaf5475ec6664ef3f8348be98c9b5ff06daf2a35489bddfa 31 0.01 vMB 187
199,157 199,157 00000000000003d75729489c2e559a72f2c47668387331b0e9858cb3f3581f51 168 0.09 vMB 48
199,156 199,156 000000000000015c5ccc28c94f5546519482c0590525d6ee6e43bb57c26050ff 255 0.12 vMB 126
199,155 199,155 000000000000002392ff271a08680e8111ae0366da01218a3bb9dd46321dde81 259 0.07 vMB 71
199,154 199,154 00000000000003f13be711360c057aeaebffdf27cebacecc246d97576ce4db9b 232 0.10 vMB 100
199,153 199,153 00000000000004b2001e7332f61d35c0594a7c5514bfb3d5893f91d262f6273b 512 0.21 vMB 153
199,152 199,152 00000000000004edb3b1e39ca5d62e9479ab5b8d3a964c929574011117d8b5cd 74 0.05 vMB 60
199,151 199,151 00000000000004d8c5555dcda41b6cc303278c84710fbf2491518f6460517477 174 0.10 vMB 105
199,150 199,150 00000000000001149d28c9cc5c1827dc532e0b70827f2affeb71492990194114 149 0.04 vMB 33
199,149 199,149 00000000000004143fbf224ccdd9d54c16d4af932df2e0227d5a977c0205ef8e 399 0.21 vMB 113
199,148 199,148 00000000000005c7f7bd700b7d5497a6e63f73aa4462a1ee7d14f634972e03f8 134 0.05 vMB 132
199,147 199,147 000000000000057b1a1726a35b67feb34419e172838c813120a0488aea35d0fb 152 0.05 vMB 138
199,146 199,146 000000000000008e96cefcfe1dff40bd97ac648569cb7c2ddbd8096d4232479a 124 0.05 vMB 148
199,145 199,145 00000000000003a673a1735a296973c028b42ff350d49da7690a7a907309b3b0 116 0.05 vMB 146
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

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