Memory Pool Memory Pool Refreshing

2,720 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,947 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,946 (737,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,520 170,520 0000000000000299104de873e1f801d8ff9fbc5ce6f489b47c529564a452aa4d 0.05 MB 42 96
170,519 170,519 0000000000000a40d7e600f2ed2808851aabd7889b76908d530c2bc11bbc6194 0.00 MB 1 0
170,518 170,518 0000000000000796ceffccfa95ef0747077f0ae0b07cc454dbe5fb00994ff532 0.01 MB 28 25
170,517 170,517 0000000000000030799e7d5f327421d4c0e2be6045ddb5d77ff924a702c4727c 0.04 MB 49 1
170,516 170,516 00000000000001de915cd64b96d9ce1f717cd26a9b666adfd02cbfa36275e19e 0.03 MB 42 84
170,515 170,515 000000000000028673421ae426901f72b10131bd58bbb951d74142451fb1471e 0.02 MB 39 79
170,514 170,514 0000000000000b19c2504d0c25c3185da1e69fffc7d48a0e1519130606d98b35 0.02 MB 11 49
170,513 170,513 0000000000000074b69fbfe28145a8d719899fc2925b0784a9a5c39ee5062d75 0.02 MB 54 79
170,512 170,512 000000000000062760b323a275fa5d4d8c831e14e0a983d86ff39fd50d2a35bf 0.01 MB 26 401
170,511 170,511 0000000000000a6503a4decebba091a6abe2d2bde1a171bd63528595b45c1184 0.00 MB 12 62
170,510 170,510 000000000000044e7f85527048f01e6d381600fcf35afc21603dc1e289be7b92 0.01 MB 20 71
170,509 170,509 000000000000085b8b9327543150874aa5c6e15c32498a0397e47f08c541f210 0.01 MB 15 431
170,508 170,508 00000000000009f829b83c4920310db88fd0b5b33ac72536ebfe4ae5284a6f9a 0.05 MB 143 98
170,507 170,507 000000000000022b31a29d62f8266d5c03c2703b93e554fe6562e738fc3930a8 0.00 MB 10 139
170,506 170,506 0000000000000a51aee8f45a1cdf933c701ed3fc9936842eddad0e22c64fbd86 0.01 MB 19 1,595
170,505 170,505 00000000000003154ce2d55c3b3f85608e7178a7fbe64957cf1bc372e04cfaa5 0.00 MB 1 0
170,504 170,504 0000000000000319cdb3c0f30ea44e11a29474b12ec906cdcd8beb710091f624 0.00 MB 13 358
170,503 170,503 00000000000005413cc8b377b7c7703dc8b232f53f8d146251a5d1cb0a5cb8b9 0.03 MB 67 82
170,502 170,502 00000000000007428d59d7431c85af9bf98ebc648569faadd6083d6eacdfd723 0.00 MB 1 0
170,501 170,501 0000000000000677ded7d11df9be6591bde0d376df668d696084cc1bf129577e 0.00 MB 15 0
170,500 170,500 0000000000000574fe503c699d4f656e8f48d7cd5bef19182c6a996408d4a6a9 0.01 MB 15 17
Previous 10 blocks ↓
Total Size: 769.45 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,645.74 GB sent, 95.16 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.