Memory Pool Memory Pool Refreshing

17,489 transactions
5.63 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (685,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,030 222,030 000000000000023431d0e081a16b552a4c1e76298c83a132bd8b549ac74c7e4d 0.09 MB 210 214
222,029 222,029 000000000000033b1130bc01931973b94a38fa9d86ffe8a50fa08f39b1c6df02 0.19 MB 361 145
222,028 222,028 000000000000011e85d284fee7f6e07c02ab7cc0fbaf132a18e91af43efbd9c7 0.01 MB 21 148
222,027 222,027 00000000000001167ac71ed272cc9fd3dec8cd8aa03a49e6d549feb10cad268a 0.16 MB 439 204
222,026 222,026 00000000000003b2b6b776f049fee8e34bf4c3990a19e0dd7588f0dde92d6729 0.29 MB 702 234
222,025 222,025 000000000000015415b3e7746ada23ff9baf5deae37346f8cf2224bbd8e1c5f5 0.24 MB 423 98
222,024 222,024 00000000000003cbacf8541607938fab52a39f2f07cfcc6166633fb05d101451 0.02 MB 64 207
222,023 222,023 000000000000000b3b677e0f383fd501e2327b491fbdf1814d724fe0647d1d92 0.13 MB 104 114
222,022 222,022 0000000000000414c03faa6fe871f3631a98137b9d35c8415fe4f9f78b8dfc16 0.25 MB 638 195
222,021 222,021 00000000000001f63512a16df7da4a47a7b6b15de7b0ac2b405e392b7c6688dc 0.03 MB 50 133
222,020 222,020 000000000000037770b858f66d11ede084d1bd352ea84945f449ca21e8b9fd3b 0.25 MB 589 190
222,019 222,019 00000000000003064d4f9c7345631253077ca0807e4d03cd7875c58a1fe9a916 0.00 MB 9 14
222,018 222,018 00000000000000c3aab5998ca00b9611bc107f568e2739d4542a82eaced349e6 0.00 MB 6 74
222,017 222,017 0000000000000491a2fe178528c61ff5fe84ec53a605c99f25d639d3789a1e8b 0.14 MB 283 169
222,016 222,016 00000000000003b45abb403ff34ad42e7cb699860b903e2183a556aa8dd10042 0.25 MB 641 222
222,015 222,015 000000000000028a6e01471f89a7ac2b7159aab1ff5f03e6125b7e8c703dc4da 0.20 MB 355 125
222,014 222,014 0000000000000354bce229ecdd98a11ba9bff67b195820d346ca9dc444903f14 0.00 MB 9 325
222,013 222,013 00000000000003303ac09cd4e035ad697dce7deb3d90f2ad361b3bf55e8750a4 0.21 MB 482 214
222,012 222,012 000000000000017bbb5f9d6d71bb138f3c06ec8d97d77b837a352ffa41a607ec 0.17 MB 371 190
222,011 222,011 00000000000002102c998162c1b2a2484dda56e707d3ca52ce766a4544dc86c3 0.20 MB 176 105
222,010 222,010 000000000000013fc7404cdd30ad2b2cd8efabaeab2ab08f866fddb89b10d8bd 0.19 MB 453 177
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.