Memory Pool Memory Pool Refreshing

1,616 transactions
12.68 vMB
Show Random Selection Loading Transactions
Max Size: 52/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (905,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,851 2,851 000000005d468ff89f544ccc58cba53493cb818815455742034837091c6ad473 0.00 MB 1 0
2,850 2,850 0000000082fe6107593d074303ab3b17996ee50ed8faa3a0faf96b736d697c34 0.00 MB 1 0
2,849 2,849 0000000029600c3b2f4e109f98875b0a14d8aaad028f7ad6e48621c8d565351b 0.00 MB 1 0
2,848 2,848 00000000f7542ee63bae3104312e1e5569b7244fd7b3c0d9189df10964110956 0.00 MB 1 0
2,847 2,847 00000000dbf82ee2e246552dbd1595d345c8f1abc995d3f289a60d6e4ab851b0 0.00 MB 1 0
2,846 2,846 000000007b9f43b5e27860a43978f7fcba15828e2bec39588a55626982f458be 0.00 MB 1 0
2,845 2,845 000000005ba013d9607fb586984c48bbb76b931be424abfc5b5be18c33df43aa 0.00 MB 1 0
2,844 2,844 000000006615ae955110e7f027b2edbaa6ad8beab2dbf06612aa38a9e849ed95 0.00 MB 1 0
2,843 2,843 00000000c7793ced70c0d6edad4bec9ba7a5c002844f9f9bec624aead15cbd1a 0.00 MB 1 0
2,842 2,842 0000000050090fca680ffc54858e98ef72dd21fd1159089dc22e2b1ca10024cf 0.00 MB 1 0
2,841 2,841 00000000da2e83e3f29aebb8b37d98d4aae9a41b053cb7fc4f4ae2137fe6484a 0.00 MB 1 0
2,840 2,840 00000000516574a4455c89908277184e2250529b6f80971a5793b337e5f345fb 0.00 MB 1 0
2,839 2,839 00000000b5194b18f6b81b445b7cf29dd0e96f6f2fb1402740256994cb8a8778 0.00 MB 1 0
2,838 2,838 00000000fd28382e084f93747bad7fe68cc284dc40741762234024aa22c7847e 0.00 MB 1 0
2,837 2,837 000000007493f6865773ffcea485a510b96794b918d291dc005046f47def1c2d 0.00 MB 1 0
2,836 2,836 000000006ebffd75750dcb1b54e9ae461bf4ef73381d0e9a9bd1995f3a4e343d 0.00 MB 1 0
2,835 2,835 00000000c0251a421946cdda9db14def325eab6e8bf95cdea5e9b859f9ef8698 0.00 MB 1 0
2,834 2,834 00000000f0f505ccd8ee85fd63ece452379e4218cd743390e389a40ce1d0fe01 0.00 MB 1 0
2,833 2,833 000000002bb7ee07bcad4a2b614bd0af837f6ed4a5c52dc95ae50ca6431c162f 0.00 MB 1 0
2,832 2,832 00000000a5d02a6579c5dd2fac21be1548502f6da29a82755614d189a092b23f 0.00 MB 1 0
2,831 2,831 0000000008bc45649d6960c55328533f7cdb47a89415fd91a6d4efc917d04847 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.12 GB sent, 98.45 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.