Memory Pool Memory Pool Refreshing

54,702 transactions
29.23 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,662 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 956 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,661 (99 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,562 880,562 000000000000000000023a6bc4b97e23824547acef8fe460ffaeb14ed0fb72ce 1.80 MB 2,690 4
880,561 880,561 00000000000000000000574a4a9163ee3019113c8f900515a72e2e43793a579c 1.78 MB 2,076 2
880,560 880,560 000000000000000000008d908fc86278cc0aa2039c5fe13e4083f7b3356ab2ef 1.69 MB 3,175 5
880,559 880,559 000000000000000000019335ba2864ef5b46d14a593d978187f0c8639611081c 1.56 MB 3,690 6
880,558 880,558 000000000000000000004d72975758e0771229eb8c5d86b3768f9081d2025dc4 1.85 MB 2,789 4
880,557 880,557 00000000000000000001f63d549daf181f390eb16d6c644e1c02c65ec85c85af 1.76 MB 2,702 4
880,556 880,556 000000000000000000001f82fa83da51f50ccf3cac65e22dbcf0d4a117f8f2ad 1.55 MB 3,596 6
880,555 880,555 000000000000000000016645377674a936c97447440e653cc2eeab25172e8e25 1.72 MB 2,205 4
880,554 880,554 00000000000000000001bc13d516bc5279019c647e8d2cb4674352e18035875a 1.52 MB 3,265 6
880,553 880,553 0000000000000000000006e2752da07f1576fa9b08a67e1f9f1d3766155d34cd 2.04 MB 220 1
880,552 880,552 00000000000000000001c37226c673742ec8e2cbf2365787c9a4f88aff8266ae 1.76 MB 2,111 2
880,551 880,551 00000000000000000000804b078c349017d7d412a5cc3b4233a2ac2880a76f00 1.67 MB 3,351 5
880,550 880,550 00000000000000000001757a3f49f904e60f095913a00b62443e9cf40d2c2590 1.58 MB 3,592 7
880,549 880,549 00000000000000000000d95bc782538bcfaba9aacd6355e2eace449d6da124be 1.64 MB 3,264 4
880,548 880,548 000000000000000000024d0790017c03ce7a1c323ff6d3707309b844d369d0b8 1.58 MB 3,641 8
880,547 880,547 00000000000000000001fa45140e29fceeaf23d925b3c0dcc4e7001dcebd335b 1.78 MB 1,711 2
880,546 880,546 0000000000000000000220e8e6cbdc3ebe40412c589a424079dd282b605bab67 1.62 MB 1,813 2
880,545 880,545 00000000000000000000ad500a5c088b05c07dbaf8b896354abf073d6419f8a3 1.87 MB 1,766 2
880,544 880,544 00000000000000000002205ecb11dc9a4781c6f87b7be0750cbf6493ce7ed985 1.73 MB 2,680 3
880,543 880,543 00000000000000000000c0da39f7e37a39916f61db5b6b6ef1dbcbef2ed310f4 1.58 MB 1,959 4
880,542 880,542 000000000000000000004f016f4dcbcbf397cc6efeb2b604b2283ea1e0c9a005 1.62 MB 2,969 4
Previous 10 blocks ↓
Total Size: 719.67 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,871.52 GB sent, 63.28 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.