Memory Pool Memory Pool Refreshing

1,752 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,856 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,742 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (27,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,680 880,680 0000000000000000000157f9e7bf66394ecf49a1b62af830d476872815d5854d 1.59 MB 2,935 3
880,679 880,679 00000000000000000000b0702e9b319b6e7ae4d3bac8a9c708982650679c0f9d 1.70 MB 1,915 2
880,678 880,678 000000000000000000015608129a2bed2e6a24a7de2da98530d4766f4b915063 2.16 MB 267 1
880,677 880,677 0000000000000000000211896c733846099dce2fcf22dd1b59915253998df7e1 1.91 MB 1,496 2
880,676 880,676 00000000000000000001399d80398ba77406407a8635a577a2d37fdf7643d0a5 1.51 MB 2,761 2
880,675 880,675 00000000000000000001276f4427a2d7541617af73995facc02fa6632b95e09a 1.55 MB 2,535 3
880,674 880,674 000000000000000000017decc4140bef463e7761caae2b5d660e837c2246407e 1.59 MB 3,861 6
880,673 880,673 0000000000000000000132c1577b50416f47549eac5eaeea14d2bd43a81f601a 1.60 MB 3,474 6
880,672 880,672 00000000000000000000cc91329d75cb3fe4bbd66aa1627c321139d8573b1828 1.54 MB 3,218 4
880,671 880,671 0000000000000000000260139db37bc1ba70415d57a51242907ce958b2bccea7 1.83 MB 2,352 2
880,670 880,670 00000000000000000001b01532812909262bdf8f6b2f26200d858001b52efa53 1.64 MB 4,206 2
880,669 880,669 000000000000000000015a903e893d10df10a760af0e43aceac44f838b1ae02e 1.58 MB 2,848 4
880,668 880,668 0000000000000000000259dbb6d2fe81e1aed0b529a1a281bc4e4d35e770f6a2 1.56 MB 3,113 4
880,667 880,667 000000000000000000026404c73a06c7519d8808bf6f4605893a1af1f5e3063f 1.50 MB 1,605 3
880,666 880,666 000000000000000000001e765780cb8fcc07870a56613af2094da25912ddccba 1.49 MB 1,617 3
880,665 880,665 0000000000000000000175fd9f8ee57ebace43307ead49c27481d779d9ddd597 1.69 MB 3,522 4
880,664 880,664 00000000000000000001377a5e1603b5874472b1aaaed01a2802917c938e57c1 1.57 MB 3,597 6
880,663 880,663 0000000000000000000016c92a0a7c934632b474c80926254619e23961c9317e 1.56 MB 3,748 9
880,662 880,662 0000000000000000000194ac33af7e3b980a1aa69e3a4decdb80595917d87d64 1.76 MB 2,930 5
880,661 880,661 000000000000000000011994807e005946b05e877c11cf4876080bbcf3b44f9b 1.54 MB 2,181 2
880,660 880,660 000000000000000000014444b2c560429e534485849b1c8f97dedb3c53ec9d12 1.67 MB 3,255 4
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.