Memory Pool Memory Pool Refreshing

7,256 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (680,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,446 227,446 000000000000008c768db49c043420e26b848c58662dd7fe790bd5126508e17e 0.18 MB 256 36
227,445 227,445 00000000000000baa74b33a77d948ef201cf291ad770889d18bf663eac6531d0 0.25 MB 609 225
227,444 227,444 000000000000019f367bf53c556f676fe79f7f64fc931b546c365495a68911d9 0.18 MB 357 178
227,443 227,443 0000000000000105d73b64b92d7960cbbb648ceea17c20ddc3679cd545677fa5 0.25 MB 615 214
227,442 227,442 00000000000002fafc13cce5104fc0b8871bd4c21e18ecdc53ee10ae3036ee34 0.18 MB 345 302
227,441 227,441 00000000000001148a0da6dffea4b4b7848a42aacf296e5718efcfdcb810591f 0.24 MB 585 232
227,440 227,440 00000000000002312a2bbea1fd8fe05b6558b13322e2df8e2dc90447ec408664 0.17 MB 380 174
227,439 227,439 00000000000001a07b68bb20266d414c92abf59be68957657f3b1877d6d12cc7 0.25 MB 695 222
227,438 227,438 000000000000033f0890bdf7975b9ed2e99a5479fe26e89581759ed7bd9813ec 0.16 MB 366 246
227,437 227,437 000000000000029c3d3b6d1e95aed5fbf3ebc2c98f520806819c8ca8c90c6ee4 0.06 MB 113 158
227,436 227,436 000000000000010013f3919ec09b60d956704e67fbd0fe66b84e4c781efd5654 0.17 MB 415 328
227,435 227,435 00000000000002fe5cb5d19a3ac23630d0f72bb2fa4295578f2bd523650cb49f 0.15 MB 123 110
227,434 227,434 000000000000034b4bcd38e2ec841184d5d495b675963bb68e5959f0d5f7e6cb 0.02 MB 63 17
227,433 227,433 00000000000002e3c06b3a7e6bc5783547f4ebb661bdd3427ecbd15f1c253f0f 0.04 MB 99 262
227,432 227,432 0000000000000021d2624ff2d25d90de03bca81480ece549123f0f1cb25f1fbf 0.13 MB 238 149
227,431 227,431 00000000000002c06ecaeb688bf53d85faf5b22ac3af39d2fc0fdd467621c880 0.24 MB 485 186
227,430 227,430 00000000000001a127518ac040c1112c7f7862abefe09e7bdd28b3c690c5b6e7 0.09 MB 256 487
227,429 227,429 000000000000005516a926c01fa9eaa34b530da282d3036116494a725930b2b6 0.22 MB 580 248
227,428 227,428 0000000000000256ded5ab09369238bc35614f7380d6d55b24c8f79d17b15537 0.16 MB 543 2,418
227,427 227,427 00000000000001b5a63f660a4ed59b9fe88baa83e45b43a51f1e52d12e4ce48a 0.15 MB 228 44
227,426 227,426 0000000000000288f01b6b2ea039f6eca632e459758e94e2b94551c9ce02cddb 0.09 MB 146 144
Previous 10 blocks ↓
Total Size: 769.03 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.84 GB sent, 93.01 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.