Memory Pool Memory Pool Refreshing

2,689 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (710,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,150 197,150 0000000000000018eae42b63ce48391393480828cf83a6072d97552a4a1c62f2 0.04 MB 157 95
197,149 197,149 00000000000003f266a93eb7a01d7ba464dce5cc4ec0f121d2d924e89b7658df 0.07 MB 187 1,078
197,148 197,148 000000000000065d022e64f3fba8f6d4f31f4560ee54cb548b1a58cc8827c194 0.00 MB 11 1,490
197,147 197,147 00000000000002b493ea179f8b0e06575bfcec7c50989ac1dffa08aa1dfa52ff 0.00 MB 14 15
197,146 197,146 00000000000004c21191dbcd3bfaadf2c47819cd62f49d94db96284af5ecd241 0.13 MB 370 482
197,145 197,145 000000000000031cb5812a8501e009acea7ffc094a0ef666e099db156b151b6d 0.02 MB 50 456
197,144 197,144 000000000000023e122123d642d6033b7f86c51397544a4307cebf705d008b43 0.03 MB 77 417
197,143 197,143 000000000000053aa57405624983c08c5a93b76e6837594dab2246b3d656af9d 0.04 MB 115 513
197,142 197,142 0000000000000177e5aaefa5e2b031f531d073d2e2ad3ec62b8d5693c34719b9 0.03 MB 37 168
197,141 197,141 000000000000005b6a33c8551eb27ee29a832814c2a6aca2f83fc20fab7baedc 0.03 MB 103 39
197,140 197,140 00000000000000066d0994e2782e6ef729b1b43071dccf345d4f9bfd144dbc23 0.12 MB 149 181
197,139 197,139 00000000000000379f6579a0735a285bbe64a1e8575195f3c77e3cf5fa62693f 0.05 MB 157 169
197,138 197,138 00000000000004c1d3e4fdef1eb88ef9b940abc8afb3990f0224328982269a9c 0.08 MB 185 137
197,137 197,137 000000000000024684b22a5af951bdf1167f11d9d8c08306823fa19d0ffdeb75 0.05 MB 112 182
197,136 197,136 0000000000000541f80cf2a3c2cb4ec6c3ec9538d0cc8e13978929edc89ebe99 0.00 MB 10 29
197,135 197,135 00000000000002f096eab5160664ba93fb046cf489f96f25dd832a62510b1c44 0.00 MB 16 12
197,134 197,134 00000000000004f0ea0db0b8319e88146fe4fc6710e4db683eab5ef283eb9b55 0.18 MB 429 131
197,133 197,133 00000000000005060ec8b4054c34dc24ad3186ef473043ff5bcf414b30773172 0.03 MB 97 203
197,132 197,132 00000000000005a441980babf72e20a84ea67d265bf00ad6617de7cf79eaf78d 0.14 MB 323 133
197,131 197,131 000000000000012dfce2a5a790c707112d1a3d69cfc3a80d2c7ba6c05b26bd49 0.34 MB 895 145
197,130 197,130 00000000000002fcb8eaa180d723913fe1c46805ea120f08c7ad15ed335d7792 0.09 MB 321 44
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.40 GB sent, 93.99 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.