Memory Pool Memory Pool Refreshing

6,862 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,918 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (95,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,245 812,245 00000000000000000001af8e12d9da04accc87df2983babcfc1b0a6926dca2c3 2.04 MB 778 3
812,244 812,244 00000000000000000002f2421f674edc65a8ff7ccca19a3fb4ec924473b209d9 1.93 MB 1,136 4
812,243 812,243 00000000000000000002736d35823a8465d0de439cf645774606bfde67b4c140 1.69 MB 3,117 13
812,242 812,242 000000000000000000033b4ff5a40091c673d5050d138e264a4c7a628b24b841 2.13 MB 806 3
812,241 812,241 000000000000000000019f39e172bc3a3e1e3df6b1364b9cc995be9bc8316049 2.10 MB 384 2
812,240 812,240 0000000000000000000401148f7125afb777fc2e19408caa7ea330626e553e8e 1.83 MB 904 4
812,239 812,239 00000000000000000002cd8c5bae277bc97ddae694f4df638adae862d5058015 1.85 MB 1,463 6
812,238 812,238 0000000000000000000424a052abb07354636c66f56ff1239ca640c2c2b80f40 2.16 MB 147 1
812,237 812,237 00000000000000000002e0045a5a76ecb21416b39f9d229d53346ccb75370a8b 1.83 MB 2,376 9
812,236 812,236 000000000000000000028782211bcc8edd7ac8c70564e8b9be17bad862cd4094 1.90 MB 1,032 3
812,235 812,235 000000000000000000039652ac2b9a84863a22d1b7a3f81e7bba1e161983842a 1.42 MB 1,697 8
812,234 812,234 00000000000000000003d507fc192b0c34420b0f17aee4fe0a0669f99c8ccdfe 2.13 MB 1,273 4
812,233 812,233 00000000000000000002c362cfe5924fd34cd26766ac974c84e481733909b872 1.43 MB 1,719 5
812,232 812,232 000000000000000000048eaab8036eedbf423de7c56660303cd3442d7122e15e 2.11 MB 1,665 4
812,231 812,231 00000000000000000003322b07f059fbe587dfdbb6a46f81405594129a20355f 1.79 MB 1,696 6
812,230 812,230 00000000000000000001d65d539ed0e0f9f059261de4b66d15f236cbc4fd82bd 1.89 MB 1,576 6
812,229 812,229 0000000000000000000060fa0a0df17276484d0e4394d4c8cd0f52321d2832fb 2.01 MB 732 4
812,228 812,228 00000000000000000001fa72d99c2c2b182434b9d397fdcccba9c8cd787a69da 2.15 MB 494 1
812,227 812,227 0000000000000000000305e473a7811be945deb0fc4d8c43b2d9c7fa43cde884 1.95 MB 124 2
812,226 812,226 000000000000000000003cafd03c3adc3130d660e7de15d5c45581ee5bc2f877 2.26 MB 2,865 6
812,225 812,225 000000000000000000042a75a6aa670cdc570903a90d26cf7c6fc3a8f7095d51 1.50 MB 2,058 7
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.