Memory Pool Memory Pool Refreshing

855 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 845 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (300,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,441 607,441 0000000000000000000e9ff197be27957e74fb2085f071adfab73555afa6c146 1.46 MB 2,668 19
607,440 607,440 00000000000000000008133cac9f9a59b93846e5086c8813db60e0051bb74d2d 1.41 MB 2,845 29
607,439 607,439 0000000000000000001043160038086a8849f23c4bea4a1bba3adcafe5413f9b 1.46 MB 1,931 17
607,438 607,438 000000000000000000004c311d57a0d4266a9400ba68962d904097d8fd4e590a 1.17 MB 1,626 18
607,437 607,437 00000000000000000006fc1ff25bdefa30bf14f06f768d4f88f3323152f69de6 1.17 MB 2,929 8
607,436 607,436 000000000000000000097cdc9007eab8355aacbf69d7732885cc6dc4b76b7cf5 1.22 MB 2,463 6
607,435 607,435 0000000000000000000c682c313357f1ad31dbb8b04bbfd5e8a2bcc442175f74 1.36 MB 2,688 18
607,434 607,434 00000000000000000003a7f38055e982b2586947a236a99c02eca17a607c941d 1.32 MB 2,059 10
607,433 607,433 000000000000000000071c35024fb82471986e9d1fecd8edf2a90a300c6644b7 1.31 MB 2,472 15
607,432 607,432 00000000000000000001cb5edb78bf66a088a979dde442ddecd3eee7b2440101 1.26 MB 3,388 16
607,431 607,431 000000000000000000024c29e47793b045f38e5981e09a977edabbc9f42994e7 1.21 MB 2,979 13
607,430 607,430 00000000000000000013ac40244bf1ce6c3e6dd9e94f9739d20bbe242ad64482 1.41 MB 3,268 18
607,429 607,429 000000000000000000089f7f24578267f48cfa01146828f1600c1305dc4ffad2 1.69 MB 1,697 16
607,428 607,428 00000000000000000007151a15e2bcfccfdbc8c5039aaada4babcc68a3e47267 1.28 MB 2,771 32
607,427 607,427 00000000000000000012c622973af02d089d921b73d84b4d1b08a430e4aa0d03 1.46 MB 2,501 16
607,426 607,426 000000000000000000157a0c216604795adaff27e30d42b97fec0f464cc39cc2 1.60 MB 2,414 15
607,425 607,425 000000000000000000087f14bebd73b0b0748451fc9d4295ffdaff55c0d4c2ae 1.43 MB 2,374 26
607,424 607,424 0000000000000000001363dc65eea29f68b4b09fe6a8a86e25dfe378a6bdd796 1.27 MB 3,062 30
607,423 607,423 00000000000000000006f603ff3071bedbe320c5f501e8507e3b450a2b5b0c42 1.34 MB 2,667 24
607,422 607,422 0000000000000000000d072ca420075725c9f95a4f24ec66ce6c50f6f21a3003 1.17 MB 1,857 15
607,421 607,421 000000000000000000062da9c805e3032efa215c85e8cf80437b1b74e12a1e24 1.31 MB 2,634 20
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.