Memory Pool Memory Pool Refreshing

7,729 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,963 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (232,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,836 674,836 00000000000000000004bc2ceae534e9d82f5b32d707aac8953419cb9d617248 1.35 MB 2,385 88
674,835 674,835 000000000000000000085b2466a9b5d132b3074002e91f861c57089743fa5ccc 2.13 MB 147 9
674,834 674,834 00000000000000000008d85558c1f0c11d23e99148b837918846a0201488a86e 1.77 MB 408 8
674,833 674,833 000000000000000000070453a05ac659fc0eb910c74b5a52ea3b8086bf84b112 1.36 MB 2,065 63
674,832 674,832 00000000000000000006cc33f011d533663ea90b9d0c27b6f234f62bf1faff08 1.23 MB 974 86
674,831 674,831 00000000000000000009c612b12ad28df7bbe0cd5893fa7a43805e0021c3bae0 1.72 MB 843 11
674,830 674,830 00000000000000000003ef48a9b7c45d4826e91dbf792de0bab3df92715433a9 1.49 MB 1,423 24
674,829 674,829 000000000000000000058050ba0a9d5223006bc440673c2cd03a8c88c600a2c3 1.35 MB 1,929 21
674,828 674,828 00000000000000000006f1104883672cdea28c20bd67e75f3b4f39cdeb1e7cf8 1.46 MB 2,148 93
674,827 674,827 00000000000000000003a8d031a992aeee3d0c1e6bcae50a20be01a56751f08e 1.38 MB 1,752 18
674,826 674,826 0000000000000000000baaa8e2ac5cac60da97948c3e83bb9ffa3a041af06108 1.46 MB 1,678 34
674,825 674,825 00000000000000000002ca3257827cc500821e0c82a53ba00da57a9863b868c1 1.37 MB 1,368 21
674,824 674,824 0000000000000000000698227d07efb0f88dc848486ba4edca0e6aeb57e09d90 1.35 MB 2,067 67
674,823 674,823 0000000000000000000842e25c8678bdf81f4d53a6b5a6f41c06acca9d30e857 1.28 MB 1,786 33
674,822 674,822 000000000000000000019f476cba72c15474a8e2e4296cab9e5233f5b52a40b5 1.31 MB 1,999 34
674,821 674,821 00000000000000000006cc3b9384b5fcf5864611e6921c46cb18aa9ce0b9c5d8 1.36 MB 2,292 86
674,820 674,820 00000000000000000003532e565ec314142dd16476654fe17c3bccf03a8912ef 1.29 MB 1,439 60
674,819 674,819 00000000000000000009bc701045770876423f82cf7b16a254a6f28333b7e0b7 1.52 MB 1,679 76
674,818 674,818 000000000000000000021c17ad68422a5add7515824a63a97183c6533c19001d 1.32 MB 1,659 89
674,817 674,817 0000000000000000000128134e8eabb4ebcf298d2b7d8530aac280d010e45333 1.14 MB 927 107
674,816 674,816 000000000000000000001aac8ea950494ac06e78bcee4f130b8913abf2677d4f 1.18 MB 1,916 71
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.