Memory Pool Memory Pool Refreshing

2,610 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (143,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
764,547 764,547 00000000000000000000c0ecb759f90b664303c5558bd255cf3cd2a8784ab66e 1.49 MB 2,600 45
764,546 764,546 00000000000000000006758937bfd6f955fea71a3e54cf0e619c7feed8cffc99 1.54 MB 2,760 26
764,545 764,545 000000000000000000036c9a003da2b32e2c51a243f556d65817df121eaa8bd9 1.40 MB 2,860 27
764,544 764,544 00000000000000000004b6349d798c5993c1b4555916c51f75e66b6fe6a47b24 1.48 MB 3,305 41
764,543 764,543 00000000000000000004611d55adfa2a53c2cc6aced1e33fd14ebc82b0f2c248 1.40 MB 2,764 35
764,542 764,542 00000000000000000004f1c9f3043cfb73c2413838a1f5dc2e6798e4fe30a896 1.22 MB 1,903 29
764,541 764,541 00000000000000000001ca846e05cdde674f612e6a5330c3aceedcb33deccd98 1.51 MB 3,560 35
764,540 764,540 000000000000000000046d3743bbc92621d7eaf560a4b728579e3ec262652568 1.60 MB 1,532 12
764,539 764,539 0000000000000000000445a72e1a48628b454c5f32c30a1b1163ea0e61c58d71 1.57 MB 2,853 31
764,538 764,538 00000000000000000004ec544f33473eedfed9cfb1d5f2cc7e60cc0c0a192b90 0.00 MB 1 0
764,537 764,537 00000000000000000001d16e841aa8224fd34b70e80da5b5bfeb112352f24c6e 1.44 MB 2,616 29
764,536 764,536 00000000000000000005146970811a820cb61c99419ca98380fc7c3ed895b1e3 1.50 MB 3,086 29
764,535 764,535 00000000000000000006764fe50e747c85281e4ece36495839b88676772723de 1.58 MB 2,871 28
764,534 764,534 00000000000000000006bcee1b94b0eecca5b43a0eec5fbcd4498497625ca18b 1.40 MB 2,607 28
764,533 764,533 000000000000000000027313107f3bb8a9daf8c37a6e976905842708127d9cf8 1.35 MB 1,538 21
764,532 764,532 00000000000000000001ebcc01890b006507a98df5c9ad4f3a4c915ea2664416 1.62 MB 1,280 12
764,531 764,531 00000000000000000004387fe788dbaf7b4519bd30297b6bcea56cabb2b6dc2d 1.55 MB 2,255 16
764,530 764,530 000000000000000000009af79458e0d8e1f1125f40900537f23f2bfabb9d2efb 1.54 MB 2,024 16
764,529 764,529 00000000000000000002100ce64fb9e0f8f1aff8f3e30fe6058e2c8d5299d530 1.87 MB 183 8
764,528 764,528 000000000000000000005a62f6a471f72f38a419165cc57e75eb64ca1b4217a9 1.84 MB 615 12
764,527 764,527 0000000000000000000745d030911bdf78ce50887b857773e7425d1a9ae8a156 1.82 MB 689 11
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.