Memory Pool Memory Pool Refreshing

6,561 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,980 (572,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,422 335,422 0000000000000000005b4486c61a26c2509085c3fa51655cd3b7f5697c59df41 0.31 MB 628 28
335,421 335,421 000000000000000008fdd3ae10980bdfb2cd429565d48bcf1ada62bca67229cb 0.02 MB 51 18
335,420 335,420 00000000000000000ab19a9416ab8e50af74e56246a90f4ce3f1f69b49d309f4 0.47 MB 873 25
335,419 335,419 00000000000000001a140d934b15f253836e0b19b6c560369befe0b3b2ef10b8 0.51 MB 995 26
335,418 335,418 0000000000000000189a6b46dfbfba8d55c5bf75fdd1bdace528751dca36aa01 0.04 MB 64 12
335,417 335,417 0000000000000000008fc73fa362147faa7f7ac5bf04e88af7fe133f7f62f5e0 0.33 MB 501 20
335,416 335,416 0000000000000000164287e3549924092c7ae453c14bdea16d09c9e595719764 0.33 MB 502 18
335,415 335,415 00000000000000000362fb8362ec9752c904f476e6cacfe346fb3e423f6c941c 0.13 MB 212 36
335,414 335,414 000000000000000005c60c504e109684bb0886ab95520ad6a5af0d384f587a6a 1.00 MB 991 15
335,413 335,413 00000000000000000aaa1c539c43edd91c7323de07dcd1db8e5b3a9cb8c5a343 0.75 MB 2,284 40
335,412 335,412 000000000000000002ae6001a801e23e9a8607cbe1d1e16f79891b045bd280d3 0.31 MB 522 21
335,411 335,411 00000000000000000b938856991bac5141b63f52231204168df38d34a56e1eda 0.00 MB 1 0
335,410 335,410 000000000000000016b9e7d0aa41732fde5b5d14ad04ec48e5a1cca453751716 0.02 MB 64 56
335,409 335,409 00000000000000001304e75f63ca9ed89b706ccd189652bffd84169e57831e66 0.06 MB 78 14
335,408 335,408 0000000000000000060d863e5cd90790d526c7f618dcd19fbffd0c1976773354 0.13 MB 244 17
335,407 335,407 000000000000000016e4a9816ef34d97045019b013829deee860f07f57adeb81 0.75 MB 1,212 24
335,406 335,406 00000000000000000d4bcf5c4ae582a0c70ebeacf7cfaf22f53f050cb55c4e2b 0.40 MB 673 25
335,405 335,405 000000000000000007c203e1e33a0a9cb423b4f05e7af4d6a5cc1fae6ebcc91d 0.19 MB 353 22
335,404 335,404 000000000000000000f3606a79f9f634671a69e57f209e3453a37766f0059ee7 0.63 MB 975 26
335,403 335,403 0000000000000000019da66712f3059f70f1160e2c306528abf1b84344bba854 0.08 MB 104 9
335,402 335,402 0000000000000000193bbba34dc5d5296ff5a6abbf2119d3f034d7ccc69cbe38 0.10 MB 117 12
Previous 10 blocks ↓
Total Size: 769.51 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,647.37 GB sent, 95.50 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.