Memory Pool Memory Pool Refreshing

3,824 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (681,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,260 226,260 00000000000000fa2b3919e4deb1822a1d0055540061a1d564a6f78a49870a67 0.05 MB 83 22
226,259 226,259 000000000000027844634049593c9d62b31aae2820445c17562cc7113be9e271 0.02 MB 50 137
226,258 226,258 0000000000000084de042fbb452bac957673a5f2f71e82c0816e2052339fe647 0.11 MB 275 244
226,257 226,257 00000000000000a496d2a065d0cdc3a8ab4ca54cebd22660e89c4bcccdc86a62 0.13 MB 297 244
226,256 226,256 00000000000001917c1624a50ee5d21641923d9aa46163d88bd46a2827ff1f2a 0.10 MB 194 180
226,255 226,255 0000000000000251ec026944bc7a93a913c3ef6e2368b6eec70c28fceb9a803b 0.25 MB 275 139
226,254 226,254 00000000000003019eb588ab7106fd62323518b5f173586b5edb3a3b6d9758c3 0.25 MB 551 193
226,253 226,253 00000000000001a9a976b8f2641fc6bcf5dd52b24b601478d60e1a4a895ff180 0.25 MB 845 278
226,252 226,252 0000000000000322243d123184be1bff37e5be99d9335f8273987b945b322cf8 0.00 MB 14 657
226,251 226,251 000000000000017b38e9fe4ac18a07eb03116e6e204888ed2013b9ce286ab358 0.04 MB 102 122
226,250 226,250 000000000000004d89996c0e1890cc546b5a723179a045e40cb72c2d8d2a429f 0.24 MB 612 277
226,249 226,249 00000000000000e4fe533617718a9dc28eed342f588af1d4dd4f71ef29b346ad 0.00 MB 11 181
226,248 226,248 000000000000029d4ede6ee88344664c88f825680d2b035eed36d5b96bda4007 0.16 MB 383 214
226,247 226,247 00000000000001a7938d71f0c38bc69fa0a2eea2044fdea6b13272613a936cd2 0.20 MB 465 264
226,246 226,246 000000000000008966d290267c204131ecd97a5bf09e29f60919872219d5af6a 0.00 MB 9 3
226,245 226,245 00000000000000278807eefc83c9758c03d1155224e2b8481a96fb6b7c983308 0.09 MB 172 176
226,244 226,244 000000000000025b6f5a6f01fc7a42cca988e282f5f02671a7e6d4424e0060d1 0.13 MB 288 179
226,243 226,243 00000000000001fa5edbede3adffb81efe75567272717c325daa6aada0947781 0.14 MB 334 202
226,242 226,242 0000000000000251f39273105944a60e45853514a8c7880afc333acee0a2bc55 0.00 MB 1 0
226,241 226,241 0000000000000035e60d97521e9be768b946abd2010c955488d1b46b11dc69ee 0.06 MB 112 97
226,240 226,240 000000000000017142afb59d303545035d8a8410209032c884ab85b296bbca0b 0.13 MB 299 478
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.