Memory Pool Memory Pool Refreshing

879 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,026 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 874 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (710,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,392 197,392 00000000000001d469270d4535d7b2f9af5fb3d5c11081993a3e18e1d556a09a 0.01 MB 21 425
197,391 197,391 000000000000013c22100b0ab34175781b80ccbcbbf80f516b22d05ca3754e3d 0.10 MB 194 118
197,390 197,390 00000000000000f5da5ddfd5c6ac3ba55ac436c1350cb0a442ce14900136c69b 0.02 MB 59 228
197,389 197,389 000000000000037e482fadfcced4cee4caf5312ad9e94e58d7d12905aa0b437c 0.05 MB 135 170
197,388 197,388 00000000000000124229c9adac51e338af93b1430f307d1b5ffcdf2d29dafa12 0.02 MB 16 118
197,387 197,387 00000000000004d3573c810e4f75d03a27d8731fa4eb3393005874f67400b8b5 0.28 MB 512 93
197,386 197,386 0000000000000288fdad2a2a302ce565e773cbc821ff37db0c4c1d8c2e746251 0.04 MB 75 118
197,385 197,385 0000000000000145515a389d0b1ac9f4feafe08af55f20342c4c9102fce976e7 0.01 MB 24 158
197,384 197,384 0000000000000606b46037acc0027fed55919706108e39ee8a8734790fc32758 0.04 MB 116 56
197,383 197,383 00000000000001a2e6388a0dbd6c03fb0f6d8a5a813dd0da8071aaf4a57bfb06 0.06 MB 167 144
197,382 197,382 00000000000004ada02473d23563cf1eda626af7cdde0eac62fc1bc6d2b886d2 0.14 MB 294 141
197,381 197,381 000000000000020a973698b158370b03aacb0c47ff45a9f3e9bbfe34572ad94e 0.05 MB 134 102
197,380 197,380 00000000000003dad9b32b2bf4ad9521ec261ef2ccc1c467538f70126a1f38c9 0.19 MB 256 91
197,379 197,379 00000000000000a8a3cfdd4b623bec089707836772b072c4df1687f9cd18667e 0.25 MB 433 133
197,378 197,378 00000000000002f43332d5a2d47050c09a7a8ee17768537f7105730d76683da1 0.03 MB 64 118
197,377 197,377 000000000000001942acadc5348066072dcbec8cac1e20a06993297404f13692 0.03 MB 63 143
197,376 197,376 0000000000000217be7a312c027bd563be0b24963e446097817e53833e994545 0.16 MB 342 151
197,375 197,375 000000000000027ac176519d2406ab108e788f7c90476c2da6a479faa158c663 0.06 MB 213 70
197,374 197,374 00000000000002aea847df2c52cfa3fc7591376efe979d5f6889a8bfacc78d77 0.03 MB 86 100
197,373 197,373 00000000000003210a687a62e005d2d89447d3e04678abb9b4c3ddc83ec3cf6b 0.02 MB 56 122
197,372 197,372 00000000000002f453876a67ed5dcd5a41c5182dda668124ea1df0cced47ca7c 0.14 MB 269 105
Previous 10 blocks ↓
Total Size: 769.59 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,651.04 GB sent, 95.86 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.