Memory Pool Memory Pool Refreshing

1,544 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (902,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,317 6,317 0000000038ce8e369537e3fab61a0cf7e944b21a967e2b7d276a4a79fbeb1919 0.00 MB 1 0
6,316 6,316 0000000059638339223984f993eb0a4005649103aacf02ed1139d70b21c7e5c3 0.00 MB 1 0
6,315 6,315 00000000c19d343702bf8fa5b9f86be983dcc99f471267a4f84e5b22462c4269 0.00 MB 1 0
6,314 6,314 000000003457e576d0076d86f135eb895290bac9a48eb080ecee6c3c5b633fa7 0.00 MB 1 0
6,313 6,313 00000000d74c8248447e9303185424232883e10679a38547a417d1dde615baff 0.00 MB 1 0
6,312 6,312 00000000d1536f0336c4a77c538f08ef87e00f6b1c1f846d59093d9511d023f9 0.00 MB 1 0
6,311 6,311 00000000f878c7445b66af5c25c426fe2882c9f015f4e26c6a6b44608bc661d6 0.00 MB 1 0
6,310 6,310 000000004d01cf13e444c7e3e6d79b7ac75a8712985de947710d2e5b2b99527f 0.00 MB 1 0
6,309 6,309 00000000bb40a23fb280ea5366272d4b6b2f60c80bda840e5517e34f4a797eab 0.00 MB 1 0
6,308 6,308 0000000053a3118668459bbae5707b06702966d5100c9c96a9dfcfd2476f32ed 0.00 MB 1 0
6,307 6,307 000000001a0f24c25c6192f7be8c9a0955a1d645c948c0bc47adbbaebcd754bb 0.00 MB 1 0
6,306 6,306 00000000db621826b75e25998e9dcbced0259ebe8dd10386611797139052a6c4 0.00 MB 1 0
6,305 6,305 000000009e06b3bf0a2df8d8302747e7d606e09f32351002ea026be85f8788ac 0.00 MB 1 0
6,304 6,304 0000000096adfa4ecdb5b5c56525a3b4ff60f641730ffc7080b3b1e0fc1b7856 0.00 MB 1 0
6,303 6,303 0000000093ac3b6bbc43928540ad72b03ae27521c778845ebcaca6295864983d 0.00 MB 1 0
6,302 6,302 000000002f226e2ccc2ad1ab8ff7df4dc044328099ac19d60ae93f0756abe21f 0.00 MB 1 0
6,301 6,301 00000000004b166c36d656f176b051ebe712ae69cfa624c5ab74719fbc6c7a56 0.00 MB 1 0
6,300 6,300 00000000d75f53340a8ec23ae9396ac489ad788c2d1becba57a2e468b29bdee7 0.00 MB 1 0
6,299 6,299 0000000085292b3042abf1f35a48e42db1406537d4937986a42fa8d5b3250979 0.00 MB 1 0
6,298 6,298 00000000d205842217d63b3197988b6753161e593281ec4e14fdda672143daa9 0.00 MB 1 0
6,297 6,297 00000000df891453f150fb58d0b08bdeed2419916265e5801d61a6e4db217d29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.