Memory Pool Memory Pool Refreshing

12,496 transactions
29.84 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,693 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,479 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,692 (499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,193 881,193 00000000000000000001e27c43d3af843f1ca945f1390b8185b9b3c88125869b 1.63 MB 3,871 5
881,192 881,192 000000000000000000005d87a90bd87877f84506e076da31a687294a510920df 1.97 MB 2,514 3
881,191 881,191 000000000000000000023ef8749e05cd94045f3f34ff6b4ed6873d579988e0ac 1.98 MB 2,231 1
881,190 881,190 0000000000000000000262c97a4a9ab43618a385509e44a684ebff215cfc1d67 1.24 MB 2,482 4
881,189 881,189 0000000000000000000072d47fc3113eb20c5ea500d232459531994f354a4b48 1.68 MB 1,867 2
881,188 881,188 00000000000000000000bf2b785904ad25e691211022373a10f8b39c4d5f84b3 3.56 MB 337 1
881,187 881,187 00000000000000000000df46af6797bd8d6c7e2062957a521f6c9d64718ad913 0.13 MB 172 4
881,186 881,186 00000000000000000001275aa49b0a545c4eb7dee1c92babca6da35d22c7ceba 2.21 MB 845 2
881,185 881,185 000000000000000000006cbbd1a203f6cc71f2723ed30d918ab1a9947725da44 1.69 MB 2,637 2
881,184 881,184 000000000000000000000201fafbcc0dd9163e6fb8606b7627edc4c3e063eced 1.64 MB 3,841 6
881,183 881,183 000000000000000000023de11fd18e7917b91d79d74abb6382dea172e3d47ead 2.06 MB 579 1
881,182 881,182 00000000000000000001381bdc2bb40f0a4ec81efc010bef6856ce6235d7bebd 0.16 MB 273 3
881,181 881,181 000000000000000000004b3a0c206fd6158ea45bd4fbb5e48a58665925c1c51e 2.04 MB 473 1
881,180 881,180 000000000000000000015234d6a89d2aec80e34466c5dd2d379285d981b5e1c7 2.01 MB 836 2
881,179 881,179 00000000000000000002670adbfae1f102eb2d951fdbf8e2ae42761fb0d828b9 1.99 MB 1,655 1
881,178 881,178 00000000000000000001b8d50977ccce6c5e30e622b22a75da0f843c59cbf0d3 1.60 MB 3,980 6
881,177 881,177 0000000000000000000265f16432fcf18e6f0a27c3618951e0ec38ee9f17a6a3 1.68 MB 2,931 4
881,176 881,176 0000000000000000000293d327bf8f4fe4052d729aed550e9e5ba87c9bc96b19 1.65 MB 2,835 4
881,175 881,175 0000000000000000000173f9c13d1cda268e70ab582c8016bb8b1990a05aad32 1.82 MB 2,865 3
881,174 881,174 00000000000000000000d3f4b43d52cf228458733ae4ee0f9612f0338c7b1b54 1.63 MB 2,208 3
881,173 881,173 00000000000000000001d40d226b4b4c6154df341028a9c26f5013eee5ddf36f 1.99 MB 1,232 2
Previous 10 blocks ↓
Total Size: 721.78 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: 2,019.71 GB sent, 72.51 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.