Memory Pool Memory Pool Refreshing

9,001 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,714 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (710,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,724 197,724 00000000000002d06aa4ef6585425bd32e71f218aabc23411c823ba1eaadd700 0.05 MB 131 158
197,723 197,723 000000000000055c0dd63dc81887dea12385173d9bbe97f7b5cb109b9357396c 0.07 MB 180 139
197,722 197,722 00000000000000b40e4b7631503f83f7f54f796eaddf2f0ef124b0acbb36a976 0.01 MB 18 780
197,721 197,721 000000000000018677fd741e74debd8044a5cfa333db910e2a9bbcf977829cf3 0.05 MB 114 116
197,720 197,720 0000000000000530225eeb2492c6d612092359e746dde04bfc9a201dd0f10803 0.04 MB 115 119
197,719 197,719 00000000000003642b49545bfd33f2a01f4b7575bef9a022722734498dd6e5f5 0.09 MB 203 146
197,718 197,718 0000000000000310f1a5e7538dcb815ac5044116b09929d4d5bb73c5f8957806 0.00 MB 10 33
197,717 197,717 00000000000004871632007f9b4c7504d9b6f2d65d13d8ee9fa6a0794de948d4 0.01 MB 44 250
197,716 197,716 0000000000000486e2ff8d206223431d6389b0c3384c993bd1bc6120b40f9fcc 0.05 MB 105 92
197,715 197,715 00000000000003e881b95191efbcd7b849cf046bf202f0338143674b3be2e6a2 0.03 MB 76 107
197,714 197,714 00000000000002cfae56b2f1b6042380f30b2b3b7a821e4b38093bc10a1b76e5 0.05 MB 143 39
197,713 197,713 0000000000000581719012c9eace2c582b28a66f39a1e5863ade68adf0cc88e3 0.09 MB 263 184
197,712 197,712 000000000000049b7f20aa5ca78d5362751e76e539ca1a6c3a5c0ab5b29a4a15 0.04 MB 106 117
197,711 197,711 0000000000000473a0acfcf2d2f8c735144195d10c4c991fa56449c07be713e9 0.04 MB 100 160
197,710 197,710 000000000000037110286869b80e4bded99e073d6e0991758266a13473890b57 0.01 MB 18 104
197,709 197,709 00000000000003ceb596942439da4ccbaba4cb285ced922719e16ee32dc58696 0.01 MB 34 133
197,708 197,708 000000000000049fb2ef16394476fe58cf9e70e2772bf9f3cb5133134d89b2fd 0.08 MB 128 143
197,707 197,707 000000000000008cbd5cc8cb9e21f3ca8fd32aa8aa6c8bb1f6e16419f0fb6c3b 0.04 MB 106 152
197,706 197,706 00000000000003b6f7de2df572886e742f947df8b25fc91daab17939bd34e40a 0.04 MB 124 232
197,705 197,705 00000000000001342ae0d96675561035d62da1fe0cbe79818b9a07a3882a25e4 0.02 MB 70 153
197,704 197,704 000000000000033ca2a2f4c7a33c1e817f2f72e957ce45ee362baa18a5d06cf1 0.00 MB 4 153
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.