Memory Pool Memory Pool Refreshing

8,640 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,154 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (680,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,454 227,454 00000000000001e1be7151903298c1e39161ff69fdebf5b028c6167ee05a1a96 0.23 MB 518 193
227,453 227,453 0000000000000115507d950faa8ce76b52dad60dff3d1122c54598ab22f403f1 0.03 MB 52 172
227,452 227,452 00000000000002e80a290aa7a0b1986a7bec88b1d6fb88ca3fa4276fea1993ab 0.10 MB 169 162
227,451 227,451 00000000000002e6273207b4a0d9e41b07362bf13e86df32d62b98d0cce16aee 0.24 MB 520 189
227,450 227,450 000000000000008a6d88091b0199e2c3ff25665ff326d0c51ed0d5046f714a09 0.24 MB 605 245
227,449 227,449 000000000000011f5e3af6fad878df79be8fd3b9f4b7ba383cfbf9b8fa232be8 0.19 MB 310 91
227,448 227,448 00000000000002d87df008b1b3d2b6beb201c974d1033935708712d2b44cf06e 0.01 MB 23 145
227,447 227,447 000000000000028a620a3626c1f0e0f2bd5a4296293949aab1258d4b186326bb 0.14 MB 256 164
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
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,625.52 GB sent, 93.03 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.