Memory Pool Memory Pool Refreshing

6,409 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,826 (441,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,419 466,419 000000000000000001067baac08a0013c28a703e589fdaca37a1ce01ccd6d710 1.00 MB 2,290 335
466,418 466,418 000000000000000001e0e4847f55d298ab9898d9b07e839f217595485d835862 1.00 MB 2,360 208
466,417 466,417 00000000000000000070f3b23c7f9e5577b84c58e8087bf5f1154b9a64377990 1.00 MB 1,964 360
466,416 466,416 000000000000000001581a8d535797098ca48d6d00f9b1e8fa0e9b434f410697 1.00 MB 2,401 190
466,415 466,415 000000000000000000c933e998ec91c2d5f0b72027c0f8bfb3fd133c93cfff57 1.00 MB 2,736 211
466,414 466,414 000000000000000001d330466c4adfbe262a8ba8db931bf6091c6490dcae8eef 1.00 MB 2,751 241
466,413 466,413 000000000000000001240122cb08dd9e87bc59b2607fa6fbdad235f21daf5b46 1.00 MB 1,566 117
466,412 466,412 0000000000000000006c53b82d43757133a734662f5554798910ff4c7ea8deab 1.00 MB 2,805 228
466,411 466,411 000000000000000000a2c404e1d23b5870dfcfca62d8fde36c47196e795ccf62 1.00 MB 1,917 160
466,410 466,410 0000000000000000018d442f283d40c3a6e7915c3348cda690a7a61fd536c19b 1.00 MB 2,276 179
466,409 466,409 000000000000000001682dafa6a84fddb04c20030547bbd0f00adc87a0020b95 1.00 MB 2,291 158
466,408 466,408 000000000000000001b1adba948676767941f2005985fa7c73a6ead998482a3c 1.00 MB 2,893 196
466,407 466,407 000000000000000001d4a5b6d0619b5b96b34668cc789a0be2871530d4091c42 1.00 MB 2,359 253
466,406 466,406 00000000000000000088f18916bf33b512cbf101861f68921fa802085f0955b3 1.00 MB 2,555 147
466,405 466,405 00000000000000000090807b52ceb21fe9710f4084aef99b4d87d9ab8029f2be 1.00 MB 2,594 178
466,404 466,404 0000000000000000016042f0026cd9cc9372a45876b4a49ca73603fe7bc6d18b 1.00 MB 2,998 245
466,403 466,403 0000000000000000015c8acee827d415e94c127f54f6698adc90d3fed3832739 1.00 MB 1,887 139
466,402 466,402 00000000000000000071bbf309757c7f2c36ad1637aea4238c5e045189cc1118 1.00 MB 2,632 150
466,401 466,401 0000000000000000007d893d77e693207f3ebf9e22df408bc6fd7e109c974f3c 1.00 MB 2,731 275
466,400 466,400 0000000000000000011c72edb7b27a1979cd3f71853b9a93d30816a8b689dcd9 1.00 MB 2,389 180
466,399 466,399 0000000000000000008764b8e6790f0e46759d0b6a8f2d8634956ee85dfb169a 1.00 MB 2,680 176
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.