Memory Pool Memory Pool Refreshing

5,631 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,592 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (6,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,278 901,278 0000000000000000000204ef9f7d9e8f916a9b08c481c83917a394c5c85c7dbc 0.96 MB 1,287 1
901,277 901,277 0000000000000000000204a8898da33edbc371118ffa559e923a0bd357248fe4 0.13 MB 197 2
901,276 901,276 000000000000000000013b5547e43749ee5d50abc701397b565d547df88ed907 0.75 MB 1,083 1
901,275 901,275 00000000000000000001298b3ca7352ae80f54d65762b73206ca83f69ad23fce 1.65 MB 3,231 2
901,274 901,274 00000000000000000001617f3675ae2c6b47a03b627d88f45e2189b858b324f8 0.47 MB 977 2
901,273 901,273 00000000000000000001e8c51daeef8ee12ac77ac47fe9030334dc4b16fa0865 0.57 MB 707 1
901,272 901,272 00000000000000000001e0392c5af4e4d14d565f0ddaa6710b1acfeff9288bce 0.86 MB 1,046 1
901,271 901,271 00000000000000000000cbd794f2e8c4f4a42e5fa65810f5fa1b40a13e21f245 0.53 MB 717 3
901,270 901,270 000000000000000000017d7609768b884da82e5441650cc10829c300350285e1 0.21 MB 295 2
901,269 901,269 00000000000000000000f79c993cf1dc304e9dc846cda8d1226637052c11a3c4 0.97 MB 1,175 2
901,268 901,268 00000000000000000000fca0350a0f3cc1bb1db6e74a88ec69de0c1ce5a73510 1.58 MB 2,951 2
901,267 901,267 000000000000000000007f1f6f44593e1c4d887010b7d69d3761c3d001fd962e 0.97 MB 1,279 2
901,266 901,266 0000000000000000000103113dc8ff38e5c38b1d72b452a5a89f729205ba4fcd 0.05 MB 177 3
901,265 901,265 00000000000000000001b6ec2eaef4d3b80950f89811198683ec83d5b5465288 0.15 MB 295 3
901,264 901,264 000000000000000000022c6844ac6231f8ef6a3c34cd871842a85e5ac4e344d9 0.09 MB 182 2
901,263 901,263 00000000000000000001502b9161edd228131db7ff08c4237e0dd49f8f3bcd10 0.67 MB 830 1
901,262 901,262 000000000000000000022733663433da0997acd1b85eb2a877ae71b6d3d25734 1.58 MB 2,663 3
901,261 901,261 000000000000000000007dbc4f291a36f3f0139594481e552d052c815e8099a5 0.47 MB 736 2
901,260 901,260 00000000000000000001a77550a8e9f92b328d4192033dc643c3fbef1da1fbe6 0.59 MB 860 1
901,259 901,259 00000000000000000001b7083f62f9115522f4a329994220d4dcf1a94de63258 1.67 MB 3,081 3
901,258 901,258 00000000000000000000981094ea0292c6a0e569c5a873c8e9611095047ac37e 1.37 MB 2,239 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.