Memory Pool Memory Pool Refreshing

789 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,228 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 781 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,227 (870,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,285 37,285 000000000687f9652f651e07144d9305fba3b6bf6d6025c872a5761830c19239 0.00 MB 1 0
37,284 37,284 0000000063963709ccfc4775ec6c34e3b5462a9de1164de3bbc72966fd954907 0.00 MB 1 0
37,283 37,283 00000000b9abf6123ca48bd34a751ddaa3d00b592d76f64fcb47b920b33c485a 0.00 MB 1 0
37,282 37,282 00000000665dcd510df00cf13a0722359ab143cbafb36b8bf9605f6e051dcc1d 0.00 MB 1 0
37,281 37,281 0000000044222b61bd09c83089fe56e15804e23d85d82c4f87a26d9c8012ad99 0.00 MB 1 0
37,280 37,280 000000001d2d1a6149aba9a2833ac25ccc36f76b2b50567a445cca5594d46109 0.00 MB 1 0
37,279 37,279 0000000082a479f8be024fe4952fbb26d17fc66173b19670f5928af358242b89 0.00 MB 1 0
37,278 37,278 00000000809252162f34a9ae42eb8b09e978f80eaebb2660b5cd07a6f7b0a4b4 0.00 MB 1 0
37,277 37,277 0000000045b2551d56c20624629cb5c18d29aba3636e5eba31542aafeeee7c46 0.00 MB 1 0
37,276 37,276 0000000007c5d53f4fb07124c462735d962b946e6dd5a1885211a4e9263c62cc 0.00 MB 1 0
37,275 37,275 000000001d5c900fb86f26eea2b13f3c4beb566e46d559f62184d17516a3d00c 0.00 MB 1 0
37,274 37,274 00000000517fda309955c58134522d52b5875ceaaf497320f8a1f21786eb0e7d 0.00 MB 1 0
37,273 37,273 00000000577a441c1c196865b70c20189c135d971087a1f0c03abfd309a328ec 0.00 MB 1 0
37,272 37,272 000000005c4df4872b6c1cc2a868ffc9d2cc0eff01ab9358d8d39cce1aed14a5 0.00 MB 1 0
37,271 37,271 000000008f185855a73e990709fa36a3e23f56ba1517c33663727d345814b7d4 0.00 MB 1 0
37,270 37,270 000000000003eff1587f404d431ae4c8c8d4b81f060c19801bcfca1a5c50c177 0.00 MB 1 0
37,269 37,269 000000003af82abbf6661fd8dcb6feacf7337ecaf5f05e1046d90c78010e9cb0 0.00 MB 1 0
37,268 37,268 0000000037143d431714b8a38edb4ec8deec3b8a423d567bab64b30af9729e62 0.00 MB 1 0
37,267 37,267 000000003770715bfb44e2a60a53b74029d65b9af1f4a857c412cecbfb300937 0.00 MB 1 0
37,266 37,266 00000000399bc5157416443768f48529452a7b95e94121ca8e8345ffdb229ad4 0.00 MB 1 0
37,265 37,265 000000003f2a7892f54d59bb3f647271ee66ab03a4024686b4fcfcec5ad5cc2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.01 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,685.66 GB sent, 97.72 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.