Memory Pool Memory Pool Refreshing

2,066 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.66 vMB 2,061 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (648,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,540 259,540 0000000000000006b5af9a630c50f88c8a1d981799efc6d6b01e7a84f1f15236 0.02 MB 42 53
259,539 259,539 000000000000001031700e508dd3bebd8ae2eb21ebb06593c13c04ba7c5af5a5 0.11 MB 287 134
259,538 259,538 000000000000000973b4abe7c7eb6ffd7d152c0f74447ccf75133acedfdc19bc 0.34 MB 816 99
259,537 259,537 0000000000000006271ff707d9149071df928f960950ef7705c993dcd149f6de 0.02 MB 32 14
259,536 259,536 000000000000001df2d226eebe2bac776c0d6f86301195f04ab461237c718f9d 0.17 MB 394 109
259,535 259,535 00000000000000229542be38daeb2163d3eeff0aa0aca02a66a3ca5dba096a58 0.08 MB 163 47
259,534 259,534 00000000000000179f8459f78e7b2d32524002d74df30c8ae6c330c7419d8f4e 0.45 MB 959 93
259,533 259,533 00000000000000022e501a03ec5c955011eb57c5040f75727f19c210ebaff647 0.04 MB 107 117
259,532 259,532 0000000000000025de8f263b3476e021b3fd6242167d9fd1ed60b8b340fa18b1 0.16 MB 384 112
259,531 259,531 000000000000000b9749545bb108eea7b2afe897ef7bed1dc261e225f544f743 0.13 MB 259 139
259,530 259,530 0000000000000014975f12982c54cdb6e6de19b961188de76393e6677e1c27dd 0.05 MB 44 37
259,529 259,529 0000000000000012e45edf917e8587c893a1961a80026e1226706d370c293e49 0.09 MB 187 150
259,528 259,528 000000000000000a31f68cde8e3ee2456dd1716a4163d0391fbaf6455cc96106 0.07 MB 176 114
259,527 259,527 00000000000000250acca7b65508fde9f1ebc1841ad40cbf6c20348b411a8dc5 0.11 MB 246 110
259,526 259,526 000000000000000b5c198800849a7aa12757b67e4371bd2861d50868a18193b1 0.01 MB 17 100
259,525 259,525 0000000000000014d97f26d58ba76869203ca41d9c3da2bfc2c6124343fc1fa5 0.25 MB 433 121
259,524 259,524 00000000000000248276eac33bb6a5f098fb4c908f02d6caed00f6f389571f42 0.02 MB 57 69
259,523 259,523 000000000000000ef42b0e06d705c10eacf3cb6e1cbae36731e9b5394747f113 0.03 MB 64 138
259,522 259,522 000000000000002507a3a32ac5ac9764913ea5f5084df7fba0f1a5c25fda27c3 0.10 MB 273 98
259,521 259,521 000000000000001e68ab1f9e29155cd3183945ba8f49b174c94d8f5f24fdd5b8 0.07 MB 193 182
259,520 259,520 000000000000000e7bfdfc444b59a5aedd2d847ae0fcdb89743ef5943e419d78 0.21 MB 420 105
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.