Memory Pool Memory Pool Refreshing

5,677 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,202 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (791,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,235 116,235 00000000000057fbb4d616b38331f2374d7418509268e2d4f60162a39cb2ac36 0.01 MB 25 143
116,234 116,234 000000000000b3cf5e57b59fab1cf8485b411af1d9e8bc04634d4d7ddc83e264 0.00 MB 2 3,875
116,233 116,233 000000000000a9115f011e390a5bc8ac951617993c7fb0529f015ff79ef0ed14 0.00 MB 7 0
116,232 116,232 000000000000ae909c9c3a8732455e9235588003ef297d02e78dc6b6e8890146 0.00 MB 10 633
116,231 116,231 0000000000002d62e188a35d9ad70acdee05489aa468a6cdbf613f8b112fb0cf 0.01 MB 24 0
116,230 116,230 000000000000a4c308d9bc460e27dc1ea50b562a0008832d447d379df79636f1 0.00 MB 2 0
116,229 116,229 00000000000045d9045d1bf6afc8ebb329f2832bce0466b54f934b3a9e514624 0.00 MB 4 0
116,228 116,228 0000000000002127da2cefb8c842c99842c9af2e824305ed4e8fef5df53a5d8b 0.02 MB 7 988
116,227 116,227 0000000000007ba9520a0c263d770df37367cb5fe04441e61471a8fabe4e8443 0.00 MB 1 0
116,226 116,226 00000000000002f5c8206d319552ff0914642dde03c5cac251788edef981c99b 0.00 MB 3 0
116,225 116,225 0000000000001e84ac413df750804d43296fdc2527fc60af32a2ffe6f001dc4d 0.00 MB 5 0
116,224 116,224 00000000000063d0ac6d38b179fdbbd8795af3adfd1a6c006cc591381034a5a4 0.00 MB 11 0
116,223 116,223 0000000000009f321029f1f38d6f3b08e4971602293ef77eba00586819e9424a 0.00 MB 6 0
116,222 116,222 000000000000f1b8f6e3541434c6591470ea363c2c10fbf63db156a322ff3f9b 0.00 MB 1 0
116,221 116,221 0000000000008b31eaed9b244a40f384343bcf26ebe74b00982af226900e97b2 0.00 MB 6 0
116,220 116,220 000000000000e9fcc59a6850f64a94476a30f5fe35d6d8c4b4ce0b1b04103a77 0.00 MB 12 239
116,219 116,219 0000000000007c639f2cbb23e4606a1d022fa4206353b9d92e99f5144bd74611 0.00 MB 5 757
116,218 116,218 00000000000010d549135eb39bd3bbb1047df8e1512357216e8a85c57a1efbfb 0.00 MB 5 718
116,217 116,217 00000000000095409a6459e6016b33de638e2096c4e55906a6b117396089f63f 0.00 MB 10 819
116,216 116,216 0000000000005b2d91924001e1a785c495f9806f281219520f7f71e4db94a244 0.01 MB 8 947
116,215 116,215 0000000000001b987189afb506c4654424fe49d8acc7cd17372716bd284f0174 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.