Memory Pool Memory Pool Refreshing

8,544 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,331 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (871,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
37,264 37,264 000000007f29d7cee4d21c7847e8449152234e692f46a9b193d58fc41853b665 0.00 MB 1 0
37,263 37,263 000000003cccbd9b0a1f03104425a565ded3641ca56ee725ff37c3a6477c82cf 0.00 MB 1 0
37,262 37,262 00000000b2b98b6145c8d47b2dfbb63848ccb9aebd661272b4e4cbe9f7ac34b9 0.00 MB 1 0
37,261 37,261 000000006a7cf55e3f42884092a0bbd5e6e3bc9e5269ae38953a7e3f2c241445 0.00 MB 1 0
37,260 37,260 000000009ff19b96d34612f15dd6bbee90f0192860d705b0d7f7f3b91b97558c 0.00 MB 1 0
37,259 37,259 0000000049dc4168a9ce1e805adf8407fd996727dbcf3fc4a1b792def3b8343d 0.00 MB 1 0
37,258 37,258 00000000a7edb8d983c1a6639ada3576cfd7644dab6eb16831eb24608b197b94 0.00 MB 1 0
37,257 37,257 0000000007c6e1ea81b946a96fc54e9ad3b04e5e7593b4370278a9f62cb2eb8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.46 GB sent, 98.35 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.