Memory Pool Memory Pool Refreshing

5,188 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,597 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (729,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,104 178,104 00000000000003870350f21a5dd5a412957bae595e094ecfda4bfe98fa4669c2 0.00 MB 11 15
178,103 178,103 0000000000000292a628df81506de35f7a2bac16881e581f1941740b506f4100 0.04 MB 90 99
178,102 178,102 0000000000000b156834aace3fcbc437ec3705ea6be057286e5ea56e6ffd79b0 0.00 MB 10 64
178,101 178,101 000000000000008c37a173874b00a48bacd00e8c3279d5ff92617f2ee8dc0564 0.01 MB 17 99
178,100 178,100 00000000000008806b6a0e823fec0f63798ed695b310dbe57eb7269017174a71 0.00 MB 11 274
178,099 178,099 0000000000000642fcccff4c35ccc95a5a7f23bee8c83ea14b8e76321c8ac769 0.01 MB 18 80
178,098 178,098 00000000000006a2197ef43226d1f2d16dd5752860d3a245ea538270c91a05e3 0.01 MB 31 6
178,097 178,097 0000000000000757c416626ac420f16514bda8b2c29f8db659c5dd8d303052ea 0.06 MB 107 223
178,096 178,096 00000000000004e2ca005a3c646bca258b0932d88f7a31ae5a612e36294cb661 0.06 MB 120 91
178,095 178,095 0000000000000a61ead02b42727201825ff0a8ff341efe2a955a8035a3230f2f 0.01 MB 23 353
178,094 178,094 0000000000000516aebfa6b70f5aab82dde4a80d4fffc87a4a04debd0eb4dd0d 0.00 MB 11 847
178,093 178,093 0000000000000afcd49292cd90ee17c114c65f705aa1d8589632e31742cd61f1 0.00 MB 9 94
178,092 178,092 0000000000000a96ca9b83f0f145435c2c3e53c08a20bb4d1402ce807b671df7 0.02 MB 35 29
178,091 178,091 00000000000003d286aad714b853d8c9d409988d1988bf0dcab54395fe8fb81c 0.01 MB 23 36
178,090 178,090 00000000000002e5b51544bbbbebe48eb5c9efdd8938e79c954b3bca0d15ee3e 0.04 MB 71 95
178,089 178,089 00000000000008f5ca6912696967131c20b5505a12e18e461a0d81c8e8c1a620 0.02 MB 77 23
178,088 178,088 000000000000044e2513a022c82cae68c69dd5b5f4f75e9280a39697174f2eec 0.05 MB 122 179
178,087 178,087 00000000000009d0efe96bc176b39c0179e0011348dce853b80d84fb5c2290df 0.03 MB 70 108
178,086 178,086 0000000000000a504184f3bca12bba9f709450c4039831e5df9e395848b5839e 0.02 MB 32 66
178,085 178,085 0000000000000367ddce901b919b9ca3179a151d847f65c473c074f94a069110 0.04 MB 119 63
178,084 178,084 0000000000000a983ae5df0a0fa6dad5400d6f78f724e9e92ae75f2f0220965b 0.01 MB 26 265
Previous 10 blocks ↓
Total Size: 769.18 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,633.64 GB sent, 93.87 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.