Memory Pool Memory Pool Refreshing

6,036 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (758,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,313 149,313 000000000000049334e4a7d1203fff5c2fcac1136056afb83522cedcfdf00f10 0.01 MB 35 188
149,312 149,312 00000000000000cc0ac6d3fe0059be8e32b825e8e09c9bc7a629b7292a8f2a5a 0.01 MB 25 75
149,311 149,311 00000000000000e6b1ff5c9193cdb4aab077ac368aa5902c823855cd5c0fe0d9 0.04 MB 119 72
149,310 149,310 00000000000002fbf8a605192307ad619b687b2c1ae47b91c042311eddd0fa21 0.01 MB 14 44
149,309 149,309 000000000000003d336c6e336eefe5074e73252044ab8a57b93ffec32291d8cd 0.01 MB 16 55
149,308 149,308 0000000000000468482425628368712639000e1247e08849b2ccf9bd1c50ddac 0.04 MB 105 169
149,307 149,307 000000000000039cb0ffaea0a936b65d717e756b21ad319b3dd27b1e392e1652 0.01 MB 26 87
149,306 149,306 000000000000088c951af30c930f8dd19309befddf8935dde2b842862be0c456 0.01 MB 24 36
149,305 149,305 00000000000002898d2e62788b3779f22c932f9e433ad76d06384300d9ba9407 0.01 MB 21 65
149,304 149,304 0000000000000a81a0c9faaa8a02140e6f171443ab3519db7a2b49fb053bd16b 0.01 MB 13 11
149,303 149,303 00000000000000438e96986354d0cc8b8393255446ef88eae898511f9d09fd0d 0.01 MB 32 141
149,302 149,302 000000000000090049c27c950d01e2e5e60a434769c6d6ff1c6a6654549e488f 0.02 MB 77 25
149,301 149,301 0000000000000a4115ab4972efccaa2dade99359eb6756da307d031d33179374 0.02 MB 36 218
149,300 149,300 00000000000007d08f1e55c0fe4abc35731e66cb655067e4d5ffa54114b283e0 0.01 MB 21 19
149,299 149,299 00000000000003d3ad860c2704a1d810cf5c3e6332c245976a348672f505469e 0.00 MB 6 261
149,298 149,298 000000000000050d11ea495ccf8a4a6c7f5337066c2649a34a9d3bd94b7b306d 0.02 MB 27 46
149,297 149,297 0000000000000a5004439fbbd01114b84f9a735ffd40543789a38deb7809b30a 0.00 MB 12 159
149,296 149,296 00000000000002215aea68b16d56c20ecadbcc2c48b8400c0a5f447fd3909c18 0.00 MB 7 206
149,295 149,295 000000000000020d8e871cfc9db6487c4c227c9edce54c7314d646b7956c668c 0.04 MB 130 13
149,294 149,294 0000000000000329b76c33de1795848fc20e9dbdc2b4922dbb27e90bdd8f4b45 0.03 MB 73 55
149,293 149,293 0000000000000351334d7d02c9d3cb2d2294ae63d5e7db724fd9cbd267b22d71 0.00 MB 9 1,135
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.