Memory Pool Memory Pool Refreshing

2,447 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,447 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (898,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,686 9,686 000000004191891622f30db0f878e37a050a73a249e097f9d98d41829aba80ca 0.00 MB 1 0
9,685 9,685 00000000e1116365ea84f9145752abec2853a8f558afde6142e0129aee00909a 0.00 MB 1 0
9,684 9,684 00000000f6028c9e60bb7ad158e3ccece8049e29c5b1aaf1bb42fdf92949fb65 0.00 MB 1 0
9,683 9,683 00000000a3111e554bc77cb60e769a1c5d179fc578cea7eccb5a0a4a7d862f53 0.00 MB 1 0
9,682 9,682 000000006ff67eeaf26c0b98aeedf32331b482de85fef8b9f1124803341f468a 0.00 MB 1 0
9,681 9,681 00000000540dfeaac348232c59256216841c00944305a27128f4f51525e6192d 0.00 MB 1 0
9,680 9,680 00000000358a8867055b8cd99a47b85c1c44f521bcfbc336fe55e1aa248d6380 0.00 MB 1 0
9,679 9,679 000000002c2d8262b683bbc589f8a57e70fb2669456a6f6a395905c1cd0faa3f 0.00 MB 1 0
9,678 9,678 00000000b63ba92f79892f8af3a13ec6df416e179a433214fe6f477ca1af8b9a 0.00 MB 1 0
9,677 9,677 00000000940ec38d0c44e3158a2781107a1b1259167516fd32b96d5f4db3e175 0.00 MB 1 0
9,676 9,676 000000009a352dd35b8cd81bd5de1b7a1595eb12581023e3a33ac43180e7dc46 0.00 MB 1 0
9,675 9,675 00000000e3890212014b23a883ad08c756141c551eca4e10ee6c771b060e1f89 0.00 MB 1 0
9,674 9,674 00000000feeb15949dc14692655dfc681db8c43c7f70dc50807579778bb9a5c0 0.00 MB 1 0
9,673 9,673 000000009e40d8a56d6aefd563dfc8898ff546010354318af9a4490b11c7fbd9 0.00 MB 1 0
9,672 9,672 000000000e5be92ebf28748e676d3c55dc44a002ca56bd034851a47458cc2a57 0.00 MB 1 0
9,671 9,671 0000000011773ce20390281d0e25ded70385b40bd16983ed72339daa696238f6 0.00 MB 1 0
9,670 9,670 0000000090eb010c9944710e54cb525b6e1c062603a2f935c6c758b5209b4ff4 0.00 MB 1 0
9,669 9,669 00000000d55d8453b7ee461a86125a9612f42f52b39c253e76ae760b9712b283 0.00 MB 1 0
9,668 9,668 0000000067bd9714807dede7f1dd893b220b10f4b367a0e5b7e96b1f3b82080a 0.00 MB 1 0
9,667 9,667 0000000040b8a0289483f4e6efb6cf3660d244566d0ca6cd0ea4da5d332f1bff 0.00 MB 1 0
9,666 9,666 000000006e895e5f34b824521e4f712f3f3b5a035ea7c6467f110d427ca3e957 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.