Memory Pool Memory Pool Refreshing

10,312 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (446,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,518 461,518 000000000000000001af373812a04c79213da964280ee83133793148de59e1ab 1.00 MB 1,991 121
461,517 461,517 000000000000000000ca5d939c7768d38e3b54d9211501e8ced456d1e142f647 1.00 MB 2,661 188
461,516 461,516 000000000000000000eaa25df5034974830e93cdcc14a389c0aca756f5938e9e 1.00 MB 2,487 167
461,515 461,515 000000000000000001ea0b54a34238ae94970ed03c138336e4997ee2f69663b2 1.00 MB 1,629 136
461,514 461,514 0000000000000000007f3d83ac501c184ae26476a4b77c19f30530624fbc5b46 1.00 MB 1,885 119
461,513 461,513 0000000000000000003a15182b7e7f39f1a368053521272f7415b260ac967f1b 1.00 MB 1,869 127
461,512 461,512 0000000000000000007de0522b9ce5d34a9c572de1b914f72a38a6c546f7d41c 1.00 MB 1,991 178
461,511 461,511 000000000000000000975dac250d139dd38ae77444dc9b1e43fe0d41b74d50ca 1.00 MB 1,249 87
461,510 461,510 00000000000000000186bc32f3a07304a31525ca59515ff615dbfdaa3302999e 1.00 MB 2,319 185
461,509 461,509 000000000000000000c1bd1383e8ffe848998dad66cb4df37043c47cfac96603 1.00 MB 2,534 118
461,508 461,508 0000000000000000011e5a1747219895599a2ddc186438652749d5ddc1f73cca 1.00 MB 2,366 160
461,507 461,507 0000000000000000003b7626c115f0c7617b8f40db44cabd07befb03a14a83ed 1.00 MB 2,049 131
461,506 461,506 00000000000000000162319b376fa3cee79195de5e2173b10cd50e75c72f7604 1.00 MB 1,871 140
461,505 461,505 0000000000000000004b1398dfe37b9471671bfdb32c84f1dbdc8fba16cc2840 1.00 MB 2,837 159
461,504 461,504 000000000000000001d32e1117ac1772af817a8fe311db81d5be854becf1bc1b 1.00 MB 2,890 236
461,503 461,503 000000000000000000932c850e47fcaf2d4d93305d7bae88c6bdb756e48e8e9c 1.00 MB 2,160 174
461,502 461,502 000000000000000001baa2cd9c51a5b9ed09a0096f09301d85175a87cbae37c7 1.00 MB 2,152 144
461,501 461,501 00000000000000000046483200ee64ecf0c6c831e6330badfbe586cd008824de 1.00 MB 2,044 165
461,500 461,500 00000000000000000046fad845b0f294d98166e36e2c17a68a341d01b3cb5a83 1.00 MB 1,844 107
461,499 461,499 0000000000000000009dc67c57d87b583deecf6fb3f9916fd2994ca680b95efc 1.00 MB 1,405 117
461,498 461,498 0000000000000000010c769c3330381fd505b87d4c05e74bd03148917a8d0df0 1.00 MB 2,864 140
Previous 10 blocks ↓
Total Size: 769.02 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,624.81 GB sent, 93.01 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.