Memory Pool Memory Pool Refreshing

17,928 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (31,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,450 876,450 00000000000000000001d6fa0f79e45cc069fc2d697422ed5de31ae7c468f008 1.55 MB 1,561 2
876,449 876,449 000000000000000000003d5ba6418a024a5c0bd49a5aeb214cc1ef0bc39e5f2c 1.62 MB 2,632 4
876,448 876,448 0000000000000000000135ac671fd7ededb589b3f36f24da4484f30ec26d34db 1.63 MB 1,828 2
876,447 876,447 00000000000000000002075e23e94b80fab426e72a720ab1b7d97494a6ed2122 1.30 MB 350 3
876,446 876,446 00000000000000000000ed44304fc5f7b7f2a4146a6a6359e04406de7711cb31 1.75 MB 3,239 6
876,445 876,445 000000000000000000019426272fc2505e4adb80e0339b6ad96dd7c9e6f205ad 1.66 MB 3,027 5
876,444 876,444 0000000000000000000078beaafd8c0c6ccc69b8134b8873f4de70c9f1c2599e 1.19 MB 912 3
876,443 876,443 000000000000000000014363c9ebaa33d145efde4daa5f955cc07923becfd93e 1.78 MB 2,998 4
876,442 876,442 00000000000000000001d0f50c5211f78df54ab6a1a3e07f782ec807da3ab14f 1.62 MB 3,489 8
876,441 876,441 000000000000000000019fc28d37275118af3b2d0e8f38f3e5ac17449eed8354 2.16 MB 481 2
876,440 876,440 00000000000000000000466f269e87ece84dff413a47874d54b1e368fa75faa4 1.90 MB 814 2
876,439 876,439 00000000000000000001a210824aad959b3237721d5d818633cab62e5989f928 1.56 MB 3,157 6
876,438 876,438 00000000000000000000f9cb64a32c99257c80a22adf42438cb7c09cc25ae23e 2.16 MB 474 2
876,437 876,437 00000000000000000000c389005397c0c9e1d5d21532c79d88fafbf5bb6ec225 1.28 MB 1,020 3
876,436 876,436 000000000000000000013668e63de45fa11793a568e22c7572ec70b8fc62c54a 1.59 MB 3,042 5
876,435 876,435 0000000000000000000239f54e24a5a5c3605dc84669b2fe73586ee188469819 1.25 MB 1,257 3
876,434 876,434 0000000000000000000249f725765f1553eea9d16ebf253b365ec6a915fda90e 1.40 MB 1,654 4
876,433 876,433 00000000000000000001bdc9a143574410f9961536e108bdf45b423ba8fa1fae 1.35 MB 1,428 4
876,432 876,432 000000000000000000011c7c62f1963c6a31f0fa56ab326fe729f24a59af0bc7 1.29 MB 1,553 3
876,431 876,431 00000000000000000000d2b156743f55db77f65d00ae15a679cbb6ead3a43f6e 1.61 MB 2,628 5
876,430 876,430 00000000000000000001ccfe4d00a0265a7d9951874c8f3b10ed7f44901f9c37 1.57 MB 3,440 5
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,624.26 GB sent, 92.99 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.