Memory Pool Memory Pool Refreshing

481 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (694,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,261 213,261 00000000000001124ce4deda28263ee2755d072828e3a46442a2b66c9c5142e0 0.14 MB 273 161
213,260 213,260 00000000000001b3a623a0e1bbb2138813d449c694d2279b08ac3c0105d07234 0.00 MB 12 176
213,259 213,259 00000000000001890f4bb441f088e1e9f9467f46f6ea8a83bd2340da20b59327 0.31 MB 566 112
213,258 213,258 00000000000004e5cd11811354bccbc03fb6ad80ff49577a1cea8d247ca2858f 0.00 MB 13 353
213,257 213,257 00000000000000e4ccb7095987518ac1fac00d99a19cff0128bc729486f91962 0.02 MB 36 150
213,256 213,256 00000000000001985a8111d97dc699d5a627437a7f5ad3381cc920dfe94c4fff 0.03 MB 107 148
213,255 213,255 0000000000000042e050340b70440a16af7ec5fa31b253915f9fe9202e88d24c 0.09 MB 210 165
213,254 213,254 000000000000003539567d2d06358714c6bceea94104ca2faf90bbfd8e0a29e7 0.22 MB 479 174
213,253 213,253 000000000000027b2e2563c3179ee1bbd883281fb27f43a81a560ab4e3597ab8 0.25 MB 723 245
213,252 213,252 000000000000038bb42055f53971cf268263916ff3e6cbb99f9d30d51e38af01 0.03 MB 49 123
213,251 213,251 00000000000000c2f560a68f1428b755c422b08dc019f10aee63aeff58d76e51 0.06 MB 115 146
213,250 213,250 00000000000001d7a6cc3ec58d8fc929e8d984b2c0333dbf0784212cd30c5f77 0.00 MB 1 0
213,249 213,249 0000000000000462103ee1e5daba3aa7c141593d261aa1204199d1f5cae8aba9 0.15 MB 342 159
213,248 213,248 000000000000040ab79881cabc4d7b0147a5351237cb2ebf31239778516322a0 0.21 MB 434 166
213,247 213,247 00000000000002f7c432c216e8c4eb0558fcbb2c9f5995523e7ae515caf8624b 0.27 MB 283 70
213,246 213,246 0000000000000018b96ed78ac6377374ae80d8aedd70bea1ae62b34ce441d0c4 0.25 MB 557 168
213,245 213,245 00000000000004148769fa508d0f852459486a90027fa0431a6ddfd9b03bdae0 0.25 MB 670 237
213,244 213,244 00000000000004c3f6345c702b1185085372a278f29c27760dca9511b3d5d650 0.26 MB 287 108
213,243 213,243 000000000000047b5fa852f3ef7c958e460663cdf7daeda3ea4dfe7afc9f6f1a 0.25 MB 857 210
213,242 213,242 000000000000042604d8a354a62167daeeb21dd51df081959ee464f606e9fbc2 0.05 MB 187 117
213,241 213,241 0000000000000124a15892d5cc92e7888aa88edcd63ddf61f6a7a8cd0ba91568 0.05 MB 168 104
Previous 10 blocks ↓
Total Size: 769.14 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,632.11 GB sent, 93.60 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.