Memory Pool Memory Pool Refreshing

2,054 transactions
0.68 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,052 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (737,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
170,499 170,499 000000000000023fde59914fe9d4aaab6e94ab99c25bbd7a50e732cefc5dca5f 0.00 MB 9 123
170,498 170,498 0000000000000ab9a8c19fa462e6c0f845ff0db062c676a30170ecad838b69fa 0.01 MB 26 12
170,497 170,497 00000000000004f80a393f169761606fc9b793e7b830242a6228904eef534d52 0.01 MB 10 29
170,496 170,496 00000000000004e80a06fb50648dc2d744e81a7456c05751edceb2dd1f95e726 0.02 MB 58 121
170,495 170,495 0000000000000a636a0c2e80af2ea9456d284ebc028713ff85babc46d724bc66 0.00 MB 12 164
170,494 170,494 000000000000085974ad7f28e468dd78c07bb3f8cc9211ed5f803259b118eef7 0.02 MB 38 461
Previous 10 blocks ↓
Total Size: 769.57 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,649.95 GB sent, 95.79 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.