Memory Pool Memory Pool Refreshing

13,606 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,792 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (771,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,311 136,311 000000000000016900a18cb7619de6b2987f45e539f7383f53bb73fc310fe320 0.01 MB 26 329
136,310 136,310 0000000000000183d33b6353c23a86ac64e07a8453393be853adad8fdad063b5 0.02 MB 62 357
136,309 136,309 000000000000060b4142e715fbb9268c90af4069cf9b25e842486e266e48795f 0.00 MB 10 69
136,308 136,308 00000000000005f9e7d2210ccd84ab6c471c22aded204cc6d680c79a6d95a2e7 0.01 MB 26 343
136,307 136,307 00000000000006f4335e61b27e25cfbc1317352e3d8408fcb41aaa420173a3d0 0.04 MB 68 230
136,306 136,306 00000000000002971a9d999fbde87c4b6cbfef4e9d59c6028c3fceb520d16b14 0.05 MB 167 96
136,305 136,305 00000000000008b38754a64b91308f0a8a40470cf8d40ab3b5078db264f730a0 0.01 MB 31 92
136,304 136,304 00000000000006dc27d246369ebaf72b0155e64f399d80a688db301dd2c08853 0.04 MB 88 346
136,303 136,303 00000000000001cabd67d04db65ca0455b621811a092046af198e0602409ab73 0.05 MB 148 367
136,302 136,302 0000000000000790cb47c01588f6f77f760776c91475c7a54813087156be6d75 0.05 MB 124 354
136,301 136,301 000000000000041e3f5a977518eef2717c0313db4546f74d50572626911a2513 0.05 MB 76 425
136,300 136,300 0000000000000a794b67b03d908876384977d6e185324924a21e2134414845ee 0.10 MB 171 406
136,299 136,299 00000000000009d2a4a990cb829d6e02eede7c601e178d1eba3af202f3d1a270 0.06 MB 137 566
136,298 136,298 00000000000001e30bdfdf77541b12cc1a0c39f72c6d6ababc064b04e088f71c 0.00 MB 1 0
136,297 136,297 00000000000004feadc5305c9e5732d3d77d6ecfe4bd0797a0cc059c59433b3c 0.02 MB 65 70
136,296 136,296 00000000000009d9ec3b4eae2f13bca6d5533cd0f0c698c8627d3e7ab58294dc 0.07 MB 170 237
136,295 136,295 00000000000001abf6ff6aa37a4ecfccb6ede8f1a28aec36c3bc587b8339c318 0.00 MB 10 1,674
136,294 136,294 000000000000006a10931a44dbc42156fb80a1402a447fb2e250728e3a2bd5b2 0.01 MB 19 214
136,293 136,293 000000000000085f8af485b24f7ea8e613eaf251ca0924b8d1949f86e8d7cda6 0.01 MB 19 183
136,292 136,292 00000000000003c20f2830c02e09b83888e42322e92e78430e091f27d39d0207 0.02 MB 55 240
136,291 136,291 00000000000006ec85a51e23150b5ce91aacdd46078783e409b979f96f0bd497 0.03 MB 128 173
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.