Memory Pool Memory Pool Refreshing

10,058 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,195 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (667,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,395 240,395 00000000000000c2c45c7ba86ab4c7cd42884b6cb927108a6d0ea869023518a7 0.15 MB 359 204
240,394 240,394 00000000000000ad947d724c285b709311339f4f7d82d278a1eee9fd4fd8847b 0.07 MB 155 166
240,393 240,393 0000000000000016869c5e1fb40fd1e6317251ddfcba1f60e982b89bc68ff954 0.10 MB 240 204
240,392 240,392 0000000000000006313fd770b4c89ed89720b99afcb32d1fbff1934f1d083f5b 0.00 MB 5 168
240,391 240,391 000000000000001339f7b2419dc9ec03fa2589df63ff68fa424ba911631e7251 0.13 MB 294 149
240,390 240,390 0000000000000087a7e9da133fb08c03b74594c247f0a123213767a761b2e441 0.06 MB 136 165
240,389 240,389 0000000000000016ae8ebdd9f9525a721e85dee96feb56bd48b3061e4485c76e 0.05 MB 124 3,587
240,388 240,388 00000000000001087326e919c1c8b4ddc833c61afbaddab803be8fb8af4ce866 0.21 MB 470 153
240,387 240,387 0000000000000102032dd6176fd5e97917fd090a94821091bf642e2380541686 0.00 MB 5 51
240,386 240,386 000000000000002265ee0cdb08dc3a7ece989e75b5c7dbafeee2bc680a644f9e 0.22 MB 512 185
240,385 240,385 0000000000000103f0488cd03124cae066b998513b9dec8c043c79201ca8dda8 0.14 MB 282 145
240,384 240,384 0000000000000079c2d4dff5847a8267d445671d830ac0c02b8821e39393d076 0.07 MB 166 182
240,383 240,383 00000000000000a939196a64d029855cf1951f6551f25ec352e5d6fc83a4037d 0.17 MB 412 134
240,382 240,382 000000000000001fed026a64dc6c1d1b5f4fa485ba69ec509d9387d61b2076b3 0.08 MB 171 107
240,381 240,381 000000000000008240f3f2ba70c832de8a8f55d6a516ec079e5ac8c40f761bae 0.15 MB 324 166
240,380 240,380 00000000000000f6352ddb2fc946ced4ad5c821e43db10538f8e8594330a4ff1 0.11 MB 238 186
240,379 240,379 00000000000000741466886d3c8cfce190f6ff965c93ca0f2643837667683fea 0.11 MB 245 157
240,378 240,378 0000000000000055da03271dd1d88be32e124f148933063744fd3544e338a9c8 0.18 MB 407 129
240,377 240,377 00000000000000f723328114ea9d7ebfd10c98580cbad44124847e3400ec2159 0.10 MB 227 189
240,376 240,376 0000000000000094455118ec7cb6d0253666cc5e4c5f9a4df9ec8c3d4ae3e3bc 0.01 MB 32 60
240,375 240,375 00000000000000e85b4ed1cfa9ffcd5d6dbc75213c675ac60d4458b7df3761d7 0.11 MB 167 146
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.69 GB sent, 93.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.