Memory Pool Memory Pool Refreshing

4,352 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,818 (5,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,707 902,707 000000000000000000010d77d026d9b38b00a28afb73e9565fa8bb86b17b423d 1.76 MB 4,217 1
902,706 902,706 0000000000000000000019712079b6a8cd1eb78d6f3fcb6b45257ab17f80382c 1.60 MB 2,722 3
902,705 902,705 000000000000000000009c1fc388bc6bb73a7e63f871d1dc973ac9cecb34fa7b 1.20 MB 785 2
902,704 902,704 000000000000000000019e8fa0d4dedc5f265ad3ac34133c0b3f800ca47952b3 1.50 MB 2,810 2
902,703 902,703 0000000000000000000178f4b6e40d5aac758cea630dd464aef7032c99fd1653 1.44 MB 3,366 6
902,702 902,702 000000000000000000004461c5df4e4b36a6fce3e0b6de6e46f79ad859b44e50 1.43 MB 2,377 2
902,701 902,701 00000000000000000000f26ac6f980fdfec6d74792baf592c8580e9d549f0b26 1.58 MB 3,527 5
902,700 902,700 00000000000000000001dab02735b12fa7d1f58c8e5bb4befb4ebdd546d968f0 1.49 MB 3,468 4
902,699 902,699 000000000000000000004b5eef7bb6d7107f66d77107bd4f66cecf7a62b82516 1.55 MB 3,360 4
902,698 902,698 00000000000000000000bcc06ca8681bdd63bb55beddccebc986270436a41302 2.07 MB 386 1
902,697 902,697 000000000000000000021e59d8a375423a7b081aa5ecffa10fa665fb9cd4e30a 1.83 MB 2,385 1
902,696 902,696 00000000000000000001c6fa3debd705fa1b6edb1070a025a574bc1aaff802c7 1.26 MB 1,382 2
902,695 902,695 00000000000000000001710a35726e9ab1da787fc9898950fe1c912c834ab769 1.53 MB 2,923 3
902,694 902,694 00000000000000000002075a9c2a0bc96c9fb93cf74ca698563be1c59c1b4938 1.48 MB 3,530 5
902,693 902,693 000000000000000000012dbec1d77f547e053e3def532a0ec7c07b1bbdf0c76e 1.57 MB 3,962 4
902,692 902,692 00000000000000000000bcca0c138b0fcc3f38684dc48c9080d73f78404229cb 1.57 MB 3,550 4
902,691 902,691 000000000000000000018f9f51b9abc9dd9546e5fb8081e32feb4118289bd791 1.53 MB 2,268 2
902,690 902,690 00000000000000000001652c9a3430254033b027c85a0f2f6c62c8b3d211dbeb 1.65 MB 3,114 3
902,689 902,689 000000000000000000017f2be2518509437b00d3e31447096476012c1cae2e34 1.74 MB 2,121 2
902,688 902,688 000000000000000000021a660e90f032177daa1c13d8b669fd356a09042150c6 1.55 MB 2,540 2
902,687 902,687 00000000000000000000d946dabe04e0ac63996e6332b24c49e84c186b769e19 1.70 MB 2,331 4
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.