Memory Pool Memory Pool Refreshing

4,804 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,810 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,308 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,809 (689,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,472 218,472 0000000000000337845ea119ff54378f331082ce43b1301c2b010b785d8dbe86 0.46 MB 818 180
218,471 218,471 000000000000024261a0463d2bd52f8a395a2cf28f8b34e56e0488a67b505bcc 0.05 MB 148 329
218,470 218,470 00000000000004fbca2d7d879a4c102b6a67a33dffa90a78ab754825cefe8291 0.05 MB 143 97
218,469 218,469 00000000000000b9a2be88050231e1e2ef81ed103132cb43cbe2449344d5b01a 0.14 MB 315 193
218,468 218,468 0000000000000384474374f0cb8a0adc0c9f3565d141cd33c15d0591cb08a674 0.21 MB 334 130
218,467 218,467 000000000000014694cbfcee4b69b6ad81c6fcfcd6a89d8340c58416a0b5d087 0.25 MB 510 174
218,466 218,466 0000000000000034e81e5683402d6d8486fcdc3252245d062f11ee986d230520 0.25 MB 659 206
218,465 218,465 000000000000019cf435ea75ce591ef04989ec8ec974234895c0a6150ddc91f1 0.00 MB 4 14
218,464 218,464 000000000000005bb0d40b5b95ec93cdea057b9dbe09f327ddca9d756b23a9f3 0.13 MB 191 112
218,463 218,463 00000000000004795837180e218581d3463aa1dd5ce0d8785841a6fd6a3959ad 0.22 MB 399 133
218,462 218,462 00000000000002be97f363a56107b80136b61d5c59f399f4ba88a569b9953492 0.15 MB 512 242
218,461 218,461 000000000000031b4bbc5952bebe0e2c32efb20f383a5d4c3ff98a2a94a6810b 0.00 MB 1 0
218,460 218,460 000000000000043d181042ea25a57a7ea3ab0c0ff59ce01d6efc31c47fda1232 0.28 MB 683 229
218,459 218,459 000000000000052821366ab7d4c0f3d1beb476bb8abfe946431192ccd7d161c9 0.12 MB 253 169
218,458 218,458 00000000000002af14cc568d58f99eb099c891ebe910b4621366f523f3fdc8de 0.26 MB 398 65
218,457 218,457 000000000000010734ef5a922f24c93cf4fa2d0614a48f236a1cd28fdf9c6caf 0.26 MB 498 170
218,456 218,456 000000000000000853007a6356ec54aabebcbc21f3f851274bcc3cb0882eef79 0.25 MB 888 529
218,455 218,455 0000000000000223e02bee28ce0b99a01a3fc3bbeb341f0a23e1719984d34a1a 0.00 MB 12 456
218,454 218,454 0000000000000058f1106b856c99f703cff0ae4295bbffecf27c6b9062eac605 0.05 MB 91 364
218,453 218,453 000000000000047bbd96868b54a0ad0e52c6c1639f7c6e8f90dae11e9f888071 0.02 MB 56 218
218,452 218,452 00000000000000db1dc4d242c7e459e0d64ae05a3c62f1c9f2ac47af2b36d36c 0.07 MB 160 146
Previous 10 blocks ↓
Total Size: 769.18 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,633.62 GB sent, 93.85 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.