Memory Pool Memory Pool Refreshing

3,869 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (23,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,513 884,513 000000000000000000011391e909acfb7cefdc2d7cd235202338a5ddb74cdb73 3.11 MB 2,062 2
884,512 884,512 0000000000000000000110b2cb9ebc145662536cb0336dbd100cda2aa0649121 1.88 MB 4,117 2
884,511 884,511 000000000000000000014d1464b5130edd3e3d02b060029da53d4dfb6ca6d2f2 1.81 MB 4,742 2
884,510 884,510 000000000000000000014a725dd8a71d68d02a721d94d0387e87e4187eabdf6d 1.87 MB 5,203 2
884,509 884,509 0000000000000000000137bdb60f3563b9023b93ac686b12212603fc1c65950b 1.41 MB 2,161 4
884,508 884,508 0000000000000000000047b9dc0dd3a74a5e72c6bd5a69aa317ae4dfe0864da2 1.76 MB 4,174 3
884,507 884,507 00000000000000000001236435092e985675a42f45882b0cf644cedcd584958c 1.69 MB 4,144 2
884,506 884,506 00000000000000000001d98e6d87cd9f3f7faa14742185feeeba2cd513c6c497 2.02 MB 5,993 2
884,505 884,505 00000000000000000001c06596ceed502051321147a1cafb5a30b430602f147c 1.82 MB 3,949 1
884,504 884,504 00000000000000000000d9274613124bff8b9e0bdde73c3e9350631ee7baec45 1.87 MB 5,009 2
884,503 884,503 00000000000000000000a24a9dd0de72110427e52bf85d4e4d708ac1116afbe6 1.75 MB 4,216 2
884,502 884,502 00000000000000000001c4dce157cf0c399d2cfe7f698011789e7deef38d5369 1.76 MB 3,726 3
884,501 884,501 00000000000000000000fe7930efb8bb282358bc6064cab44426d4adccdfa123 1.81 MB 4,132 3
884,500 884,500 00000000000000000000278597f9dc88a132a5cdb80ed811848757aa0de468ba 1.71 MB 3,976 3
884,499 884,499 00000000000000000001e04f92b9c4752f31f4f34a05fa52bf080468c4aba93e 1.83 MB 5,100 2
884,498 884,498 000000000000000000013e1f076e4ce286819ae5126462402d121cb307262c1b 1.81 MB 4,027 3
884,497 884,497 00000000000000000000a02f01d43e10422cb4a0ae33a395c93e53856c7eb35c 1.83 MB 3,209 4
884,496 884,496 0000000000000000000041dd87a5f87dffd91da3ad3acce1ee171f8b088402fa 1.88 MB 4,867 2
884,495 884,495 0000000000000000000043873963469c0fb2f22bc242a159f529312a6290ec62 1.75 MB 2,186 2
884,494 884,494 000000000000000000011d91be1d3f8c7a35bf33cbffa75b15549dd1c0d48fbc 1.68 MB 3,743 2
884,493 884,493 00000000000000000000eac4f5a02928e01eefea7355bb645a22b6e2e5c2ee1e 1.44 MB 2,439 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.