Memory Pool Memory Pool Refreshing

5,062 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,549 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (769,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,851 138,851 000000000000067cca72db23bd9183ba7a7069b1d9be6e48f57a9de47b326222 0.03 MB 62 149
138,850 138,850 000000000000073bc36bfd298c976bad61716546e0bf9357bd98fd57ce5d382a 0.05 MB 112 335
138,849 138,849 00000000000001c21dbf4715d5da1a288061faa21e950dd8df6ae25c8b55d868 0.06 MB 184 163
138,848 138,848 000000000000056a7dcf283f627c2a17c55ffe1937a6ed2bc467d9c524311da2 0.01 MB 23 165
138,847 138,847 000000000000088be2da09f323220ea1c758fdc16ef9bb656a9a44ce73ab6f8e 0.01 MB 46 547
138,846 138,846 00000000000007d42b8f3f0b0c2d10b2cc79d30706e7d00340ff9e1bdb19a920 0.03 MB 53 10
138,845 138,845 0000000000000953c5569d0b42959f9c39f77aec4ab037497b6627a337bd3a88 0.06 MB 126 267
138,844 138,844 000000000000069d2ba325c6e3a242ec372ae8c2940d382cd6bcae86d18a6591 0.00 MB 18 438
138,843 138,843 0000000000000526729093a95f129761c3b3c3968dd5af0b7b7072e890cf0b0e 0.02 MB 28 63
138,842 138,842 000000000000047e97585463a3cfa210a404fb1173594e66c1e3d700a22777bc 0.01 MB 12 267
138,841 138,841 00000000000009287b67c7ab1a79921ba6fd5c2cb23d80eedd320d53cff8cb53 0.04 MB 118 191
138,840 138,840 00000000000007fadd5d4e5e0210a8bbfd4eca94af0bb2b63de6898e56c7f983 0.01 MB 31 255
138,839 138,839 0000000000000778dfa81c3a653acf1ef06ce13da4747cde8529cc4fe86a81a6 0.01 MB 33 288
138,838 138,838 00000000000006745d702c0b375046aea35717d37c20d7a75a3cfb9fd40d9a08 0.00 MB 7 124
138,837 138,837 000000000000078cf32df0294ea301a9502d43f95a7a643fbc16e3b0f4482e2e 0.01 MB 20 190
138,836 138,836 00000000000005baa5d44c9686e9bbdf989387db12cbcc62431a008c9c1a9393 0.00 MB 11 0
138,835 138,835 00000000000009d0f980a6d68b10923cdc26e626c1c5899301f274fa63115ab3 0.01 MB 30 133
138,834 138,834 00000000000002fe8ff12a30d57854d973405c2489878bdc2a2a0ab7f3c67aef 0.01 MB 23 69
138,833 138,833 000000000000016d9b6f1e88a0a1b2f9006c38fa58a59ddf9a4529853cb25508 0.00 MB 9 16
138,832 138,832 00000000000001e11205c5b7551d3a936b30a783a61005902c79caddcc345ad3 0.00 MB 12 0
138,831 138,831 00000000000006ec432dabc10e7ae764c2c4d12c7bcafea27d5d43e8f3637e99 0.01 MB 28 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.28 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.