Memory Pool Memory Pool Refreshing

1,919 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 1,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (768,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
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
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.