Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
5 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
900,423 0000000000000000000237740000000000000000000000000000000000000000 0.49 vMB 1,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 900,422 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,422 900,422 000000000000000000017db62db5cb4fdfb7d9c0839abb0193c54a57dabd0270 ago 0.09 MB 105 2
900,421 900,421 000000000000000000007d946dd6a14f70de7f8c8681fdf6e7fc682917325396 ago 1.27 MB 2,872 3
900,420 900,420 0000000000000000000112c8b0c029514458891a85a36d3c33745a4eaa19ca38 ago 0.07 MB 246 1
900,419 900,419 00000000000000000001ebef0e8b7d183d395417ee590cd2062e8d2363341713 ago 1.66 MB 3,052 3
900,418 900,418 00000000000000000001048ffbb81527fd0bb4f14390a2c792892ca773a05491 ago 2.01 MB 3,147 2
900,417 900,417 00000000000000000001075ee0c64fbfb4b182624cd744d09b1398e18f9382aa 1.74 MB 2,623 2
900,416 900,416 000000000000000000006e05172dd8d877e4f0d3bd3fef98f456dd92181bf5b5 1.59 MB 2,969 2
900,415 900,415 000000000000000000009ee9d5ce952172dc438ec90da824d9b6652966695786 1.57 MB 3,004 5
900,414 900,414 00000000000000000001680b24f5479dab4e02a3cd2954c2a097300430ba9a65 1.64 MB 2,643 3
900,413 900,413 00000000000000000001400c208d84eb13c6eb36a771a9b9bccd5ead0dcf9617 1.84 MB 2,851 1
900,412 900,412 000000000000000000021a3ab8005b214dd22929d82577c245be2fa8c446b409 1.47 MB 2,926 2
900,411 900,411 000000000000000000000a3be08055b36a61959e43c2286d79004e7fd169da57 1.48 MB 3,207 3
900,410 900,410 000000000000000000013521e5b02ae4082cacf94ea02ae62c27abc355645c06 1.49 MB 4,587 4
900,409 900,409 00000000000000000001e7e2dc5c381bf03c9d8c722f7f62d1901342243a0e41 1.44 MB 4,475 9
900,408 900,408 000000000000000000003863c0171f95f4b409d331226f21a1619c0499539850 1.39 MB 4,780 13
900,407 900,407 000000000000000000008d615c9b73d326a7f39574a34e1113bff891ae0bb788 1.41 MB 5,018 7
900,406 900,406 00000000000000000000253aeba993d30dabfabc52896ae0557a83d263d84467 1.40 MB 5,177 9
900,405 900,405 000000000000000000006e5e05a012da0b9a6bf9218bd617721eaf5536ff8d5b 1.43 MB 5,181 8
900,404 900,404 00000000000000000002224d4dcf56d2b63baa2a18db6270ee6281af51c3e181 1.39 MB 5,324 11
900,403 900,403 00000000000000000000504f083614f1694e1f0118fbc0c18b12a33e9e5b6e47 1.40 MB 5,102 11
900,402 900,402 00000000000000000001f26ea48752d5acabf9f46c762663627c87dd5f8bd498 1.46 MB 4,737 4
Previous 10 blocks ↓
Total Size: 756.62 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: 611.79 GB sent, 30.88 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.