Memory Pool Memory Pool Refreshing

3,965 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (756,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,427 151,427 0000000000000b846da2dba626f3660215dee09df2fc5f1753ca482398962d19 0.00 MB 2 0
151,426 151,426 000000000000063afe881d87a86a285b6727cf3a5cbf472d75297e53bdc7c7b0 0.02 MB 76 49
151,425 151,425 000000000000092d62ce5ec0922e488f7d44f6c8cb29b652910512c1dc808f15 0.01 MB 25 67
151,424 151,424 0000000000000a32229820bdf7fa2d9df34bbca03bbf1ae820847dea3fdb0cc5 0.01 MB 18 333
151,423 151,423 00000000000008dcc8747929fa82eaf8dcc5b7edbdeb2400b15e39280d544ad8 0.01 MB 17 92
151,422 151,422 00000000000005525b16346e07baadd70dceb8bba835e5b6a98a5be9f2e2ab35 0.01 MB 28 13
151,421 151,421 00000000000008d267b36266157066e57dbb2c69bf6f3cfe110ef9229e4eb299 0.01 MB 39 253
151,420 151,420 0000000000000d452cc0d1a63ab18d15e842061024c0bff0ed6ae74e70b0d5b9 0.02 MB 73 136
151,419 151,419 0000000000000aa00cff1b3770a76f3ef730982289b674ff9ebd66dcd0a246f6 0.02 MB 80 6
151,418 151,418 00000000000006c8fdb1df469f648d2fc8037c5b78ba2f278178bb50e950e559 0.04 MB 60 218
151,417 151,417 00000000000008db89c27364735644efb15ad7e138d281971de59470508f4be3 0.00 MB 4 44
151,416 151,416 00000000000003e231e2b94506e7c28bcf9c1dd376eee9611086c462f72bb0c7 0.01 MB 26 133
151,415 151,415 0000000000000cd28531e2dadd78f5198c6a5dc006b39ccfa964f3c2b4c4060e 0.01 MB 22 104
151,414 151,414 00000000000000c9e81a1533fc1fb10ec8d25fd564c4124370cb7809cf48b1a6 0.00 MB 5 1,147
151,413 151,413 00000000000005bafeb59afa299055a4aa9e0ca457692146bd82054669cda561 0.03 MB 124 73
151,412 151,412 0000000000000c2255e71fc3d90eb4cd47dbbc9cbef30828ed1d18f3b71c0ab6 0.02 MB 57 137
151,411 151,411 0000000000000441b66032e279259a7274a6d382f996ca404e206a8076391529 0.03 MB 73 97
151,410 151,410 0000000000000176d3e9d9062d83610f17d0986dda385e3f33da8763f81c3c99 0.00 MB 6 35
151,409 151,409 00000000000005d75357af4215d8b0d84ca50d10926f47dd1fdb21de90f7dfe3 0.02 MB 37 99
151,408 151,408 00000000000000f0f22c6d9fe7c0051531a4355749a8a136edf776937904c33f 0.00 MB 2 0
151,407 151,407 00000000000006f0c3328bf56c07fa5805c69e6c81a324f7342c9646b72cd994 0.00 MB 7 35
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.