Memory Pool Memory Pool Refreshing

3,560 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,378 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (876,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,389 32,389 000000009a3ae97e6e1362c5ae7fb796189c57a04f821e9a6071cd3e4d94cab9 0.00 MB 1 0
32,388 32,388 000000006f9fd64946bc5e52c84c1cc6109bb0289a7f1ab0e0d0aa26c31403f9 0.00 MB 1 0
32,387 32,387 00000000d2d9f783b39c70381b671d65eba620d52a8f7c6ca2e625fb7dbc977a 0.00 MB 1 0
32,386 32,386 0000000016cbe3bb1c92f8be4d0b1e1bd626e9ccd529c340313bca9b528711e0 0.00 MB 1 0
32,385 32,385 00000000a676240e6746519e982c372a7b495be4d2c6591e41d81a2e845ff28d 0.00 MB 1 0
32,384 32,384 000000002a02bda953f814483fb3021ceaf49c8a93021221f0d842373cb66398 0.00 MB 1 0
32,383 32,383 000000008a79e187ca54edde3f31a2fe6a1797e15284ea368ac2605f5433ccf2 0.00 MB 1 0
32,382 32,382 0000000096b176b0ae55d03161e413fad41a99d5f21dc4e4a631802f35c94148 0.00 MB 1 0
32,381 32,381 000000000d724b0fbbeed7a03ed92c93f2ef17e5c127a5ba3677b8dfbb6161ad 0.00 MB 1 0
32,380 32,380 0000000094b5f3ff2720a143b4940aa760d0aa2b779cf70d2ee3151c23334365 0.00 MB 1 0
32,379 32,379 0000000085803418fca5125c7bb0361dcdaba6b718c23a5cfe1f01d464537d1f 0.00 MB 1 0
32,378 32,378 00000000b67637f27aee206cb0973e2fdad34d16ce0c1e07abcbd68b19dbbcef 0.00 MB 1 0
32,377 32,377 000000004848fb2ecd26e1efca65f472c2cb207901fab14dafe15452d13f1b4c 0.00 MB 1 0
32,376 32,376 000000008cb8ea1e2c2bf271acac1a3b140f092ed108d20d4fe36d7766c9f0bd 0.00 MB 1 0
32,375 32,375 000000000d5282bc668a0bc712909ef255664756f9afa98f993dc8bea6e55ea7 0.00 MB 1 0
32,374 32,374 000000008b64d7cd2d0828b82bd55058979ad2930bd70504fc6826e493c08125 0.00 MB 1 0
32,373 32,373 000000005c981f86efe470feb0097f55abaa3c6868b2a536069fbfbf20ed4840 0.00 MB 1 0
32,372 32,372 0000000095db25d780b28257d6acb35aa45dd9a7a220832f9f19bd707a852cad 0.00 MB 1 0
32,371 32,371 000000005c671532fd35bd895f461cd7fb72afbc28155a1e52ad2562cb36b6ed 0.00 MB 1 0
32,370 32,370 0000000030920e100d73c6b9aa6a956203adafb619a3fa884540cbb6524befcc 0.00 MB 1 0
32,369 32,369 000000000362b0f1e035d379189c2666b1bb1a7cfd0168da22d022d9d763d469 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.64 GB sent, 101.73 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.