Loading Tool

Explorer IconExplorer

Memory Pool

25,589 transactions
5.84 vMB
0.02539591 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.38/200 MB

Candidate Block

Mining Attempt fe6ba8edfb23e45d3bf78b8b3055ea2caf03927f5fca6f39dc307e517b371b5c
Version 20000000
Previous Block 00000000000000000001d6d67c94c670728781656d873817c636d3acdef60db9
Merkle Root 0d6fbeca717eba047cf74d8d687c62599fb59749377a4a7e54ab7aafb3143263
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,883
Size: 0.85 vMB
Total Fees: 0.01235391 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,124 (708,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,300 204,300 00000000000001bde555807e9422e54dc827daeb74a69f5f7e6dccb1dbb0af87 0.22 MB 467 132
204,299 204,299 000000000000042c51b7301cd12ac2222006b25eb7e30ca39baed63d904d09e8 0.05 MB 119 142
204,298 204,298 000000000000045e4a90b635d89b261972168b32b0c07d5e5faa0fa96bf88f27 0.01 MB 48 103
204,297 204,297 000000000000002b45d5841e4d442a67bff16bf17a9b3dffe67ca1116d74eca1 0.20 MB 589 160
204,296 204,296 00000000000002f9c0323697adf412972b8a7cf65781ff2a8a66113994f33159 0.17 MB 365 111
204,295 204,295 000000000000014e90132d168c848d16ad764ed827a340142140ce698f0afbde 0.03 MB 68 110
204,294 204,294 0000000000000342a05986a414dd2badc81aa54bab432ee03a721f1f66c05a19 0.17 MB 427 125
204,293 204,293 00000000000000f7a07548dc5754b8460f9ad45996522fc46ad4d44dd391a116 0.25 MB 549 116
204,292 204,292 00000000000005242283a45a64232e81d8a1d1263f9ba8125b7b172680c47eee 0.00 MB 10 33
204,291 204,291 0000000000000504802dc6d88347fb75f91272e63de69ae2b0a41bcc43a3bdef 0.16 MB 435 133
204,290 204,290 00000000000002f4efe42a834079bc0b34b79f15f0ff459ffde5eec119da420a 0.19 MB 488 138
204,289 204,289 00000000000004f577af2ba743870c4d06da82d02082d3fa8d6545f34b216442 0.17 MB 181 66
204,288 204,288 0000000000000270d260ce09d0d806ca13041a739ee7a1961a1e297e30359663 0.16 MB 355 135
204,287 204,287 0000000000000057662547721788ec81b72f79a6e5179ce351f7f164f98cd536 0.02 MB 41 102
204,286 204,286 00000000000003d44f5ae7835a51de0dda013401723f162ddfcfe7f14e062d63 0.16 MB 359 133
204,285 204,285 000000000000010d3b7d5b529ddafaeb97a7a9abcf7df51e87fd81391bde2308 0.04 MB 125 168
204,284 204,284 00000000000002142d25e5cf7f4ac283629b54e389493983afd4479007c4224b 0.32 MB 732 108
204,283 204,283 000000000000012469f1899e0637b24a6d346b50490b575c55078b66005e66f4 0.01 MB 32 193
204,282 204,282 000000000000007fa205f1d080fe2b11c92ca25864ea952c72c1ec4fe181fc3c 0.10 MB 215 118
204,281 204,281 00000000000001f95eace50374226c6fe757683d4d07fa1d81d2374878a802d2 0.03 MB 97 88
204,280 204,280 000000000000032a50e78f92f2c29b1e18509a6ea668849971b6ae95c2f4e8ef 0.05 MB 113 119
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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