Memory Pool Memory Pool Refreshing

11,397 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (99,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,512 808,512 000000000000000000039ffdc4632a3f4173faec39e02f75cf1ff65b62dee6ba 1.55 MB 3,409 28
808,511 808,511 000000000000000000006b9b2dd1f70730ed0f66c03565b8c08cc7cbb6d1e15c 1.70 MB 2,607 22
808,510 808,510 00000000000000000001c38bd4986c5c6b567a27e561f353e70c1339de970688 1.76 MB 4,423 28
808,509 808,509 000000000000000000027ce1d81a76d7fdae5566d0c05c6c44c1390205aaa93e 1.55 MB 2,975 26
808,508 808,508 00000000000000000002f0395fbe151f781ba524ffd9068bcbba1f7fb2351b6e 1.69 MB 4,317 28
808,507 808,507 000000000000000000003545a72cbf5c3345db62b523360cafb5802b189b7a3a 1.59 MB 3,181 28
808,506 808,506 00000000000000000002e75cce104dd509121564d339ef844ba445db9ed5096b 1.76 MB 4,605 27
808,505 808,505 0000000000000000000107507ddf243d0185d80157ab34811698434666c207de 1.66 MB 4,114 31
808,504 808,504 000000000000000000037ca9467ff286d9d3cd453cf43420dd2d9ed43b1163be 1.35 MB 2,619 29
808,503 808,503 000000000000000000023d74091249961051d03f91cb35c22607e5e216b932e8 1.38 MB 1,979 45
808,502 808,502 00000000000000000001c305148e9b28f85ddb1f2e81f3bfb6f75cc37c415bf6 1.89 MB 5,525 24
808,501 808,501 0000000000000000000451f4582343194d45ff9ece84ea7a872ba1788ecc2bf6 1.36 MB 2,090 28
808,500 808,500 00000000000000000003c4f6422ccfcc53d1f337b48a82358d168555c241d4dc 1.55 MB 3,340 36
808,499 808,499 00000000000000000002c4f93b67cabf3062c4307c86b3d41bc3b8c9abe88f2d 1.83 MB 5,193 26
808,498 808,498 00000000000000000002bb33b71a6746f453195d2d339d6a3605e104b7d25ad0 1.60 MB 3,533 33
808,497 808,497 000000000000000000011d4c6719112c710b6896dd1074c78489ef982da475b6 1.34 MB 2,108 33
808,496 808,496 000000000000000000048e2339de175ef7a6a466bd58524bea43035754410479 1.32 MB 1,974 39
808,495 808,495 00000000000000000003db049126a08137086225db53b2735b5a2d5ef98708de 1.42 MB 2,592 49
808,494 808,494 00000000000000000001f6255dbcae5fcf1e5e6e3a443cfc807446cbbc8819a7 1.45 MB 2,575 35
808,493 808,493 000000000000000000037c4d7e301869ed56434f6751f115cfcb7b180ab8a8d4 1.34 MB 2,102 34
808,492 808,492 00000000000000000000af06cdc19b319c4d4466f32f67c1e8599559299f1817 1.78 MB 4,576 25
Previous 10 blocks ↓
Total Size: 769.01 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,621.50 GB sent, 92.91 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.