Memory Pool Memory Pool Refreshing

234 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,019 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,018 (769,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,831 138,831 00000000000006ec432dabc10e7ae764c2c4d12c7bcafea27d5d43e8f3637e99 0.01 MB 28 0
138,830 138,830 00000000000001d8217409e464701d364c0486787862d0429c37c02918a82df4 0.07 MB 57 86
138,829 138,829 00000000000001d14982c1a5d4c711fdcdae25e166c8caec4c28616ab79a29fd 0.02 MB 27 153
138,828 138,828 00000000000007946e2b982c6c93f7cae2b12911443a308434766a92a9df1399 0.02 MB 34 61
138,827 138,827 000000000000020a759b3428f7474d36d22e533382ca5069ad768bcb3cbd5b24 0.00 MB 11 17
138,826 138,826 00000000000000d8b3b71ea704b724715340264199364c06ed3ab1fd39827be5 0.02 MB 31 124
138,825 138,825 000000000000020803677588687bf2663d6dad410b7e4d2ddac7939726063608 0.01 MB 25 75
138,824 138,824 000000000000041b41681f588b3834611c82eaf362d457bb4e0fd3c4f220c32e 0.00 MB 12 357
138,823 138,823 00000000000005a5d744d203cb61ce160e7b6d2f78e67d7b704fe08ba988044a 0.01 MB 30 74
138,822 138,822 00000000000001742e7a0ced66674b69b9749abf25a7e940e9378f3fa89ae75c 0.01 MB 24 331
138,821 138,821 00000000000005efde04f88e95352b60446dc9790653aee3afc0b9a9f12815df 0.00 MB 8 969
138,820 138,820 0000000000000248550259a82fd39b879400659d6d6da167f8e6a19b7f3d8603 0.09 MB 243 225
138,819 138,819 00000000000004940b537744cfbf561bf9b73deb15377ca6259766300b20d321 0.01 MB 36 71
138,818 138,818 0000000000000847827fd825c2a589200e965d2cdbee2aa112e0e96734bedf9f 0.01 MB 37 321
138,817 138,817 000000000000043fb994f14893e23289cbe5a81f909f00d3577fd7d6c1a5a06c 0.02 MB 47 248
138,816 138,816 00000000000001b9722330882e29114ed7951bfbe7537ec4968d5b2f094ec57e 0.01 MB 27 628
138,815 138,815 0000000000000669360dbd3f0fe7f3a73edff849f9c56bbe8583948d8c3b9d6a 0.01 MB 20 464
138,814 138,814 0000000000000303031a5114f42c44f354cb52b9dda741b33d8db9820fdfff9e 0.01 MB 25 0
138,813 138,813 000000000000029bd171eb1a189a6fe2d7c6f8114782bb755efebc3b3a3f9c12 0.00 MB 11 168
138,812 138,812 0000000000000543f5e5a3488d0699a3096f41dcd17e42b90a2b03e69c152356 0.00 MB 2 0
138,811 138,811 000000000000099cd55de48e8dcd166486b691e8d812213f564bc97fc795594d 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.58 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,650.80 GB sent, 95.82 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.