Memory Pool Memory Pool Refreshing

5,397 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,661 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (880,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,202 28,202 0000000025e2b0c14bce3ecb4c31a9b20ab2a1a9165b5edc3f5b09e8ac8dcd79 0.00 MB 1 0
28,201 28,201 000000007cd637d39cef7e401adf2e0661d39e63dda1cf1fed77e1eced10f664 0.00 MB 1 0
28,200 28,200 00000000b96255125ade0737a08eaa0cf3dd5af4485902a9f158d55154634a72 0.00 MB 1 0
28,199 28,199 000000001c38dcdc4e7c482277ff8cbfaba9694a9b33acbe363d3e5d3c31fd0c 0.00 MB 1 0
28,198 28,198 00000000dc36ba6da2860187e5e2d4e61995f46e09d4121735f994ab56097057 0.00 MB 1 0
28,197 28,197 00000000bdeb226f56f2f524577be13e6bb8e6fdfb5c0b3666fdae8c97fb4741 0.00 MB 1 0
28,196 28,196 00000000a44fc1bbe3e40c1b0f0d61647255fbea47ac38190958fdef3b13a604 0.00 MB 1 0
28,195 28,195 00000000a8e501c10537c50f04a7d41ddc55f855e7bb18675b39874e082e3dc7 0.00 MB 1 0
28,194 28,194 000000008f8bb89202380a361e2f3f8a36cf416084c139382de1b507a7369b95 0.00 MB 1 0
28,193 28,193 00000000e75e9b5efe12fd646c5e74a8f16e5c341c19159824437885f1aff76f 0.00 MB 1 0
28,192 28,192 00000000d7762b3928acf29b09597efecd025d5bc64f4f802343bb6ee52baf84 0.00 MB 1 0
28,191 28,191 0000000037079bfdbc809cd5cdc5370838b479b35a316f92fbe6528947544bfe 0.00 MB 1 0
28,190 28,190 000000002cd2cbc640b578912268a1ee753a0fbd9dc228ef964838567c2e5f00 0.00 MB 1 0
28,189 28,189 00000000fd2e95b64cce5adff77f3e1c97d555b4cea6f73aa37a01b7384ec064 0.00 MB 1 0
28,188 28,188 00000000b9f8f2da4d6cafdf71bea8ab4017931602fc9f46ba5b2464e1aa1973 0.00 MB 1 0
28,187 28,187 00000000e8de0b7eda4408ba90da29b7d54c3916fabbed72df8af888c285d13d 0.00 MB 1 0
28,186 28,186 00000000da7cf014fa92bee551e3f24d8d7b00576599678ccbf992b9cafa7662 0.00 MB 1 0
28,185 28,185 0000000063761e72826efcc7839b8ce69c1e1986e97cb451bb73a28cb1bd28f1 0.00 MB 1 0
28,184 28,184 000000001eea3c1c5464bc89fce766f4eec0f0252d14efe53e55c1be433ba39a 0.00 MB 1 0
28,183 28,183 000000006b2d3f9b5c4769513d162d5455d5a0dfad27f24232fc49e3473e08f6 0.00 MB 1 0
28,182 28,182 000000005bd5f91d817bc5a56203b6da85a240d9ee64b8b83ada6d6f02206616 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.