Memory Pool Memory Pool Refreshing

8,290 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (14,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,965 892,965 00000000000000000001a62b459c34a8edfc8b0bc703614ed72269331b80bb97 1.64 MB 4,617 3
892,964 892,964 0000000000000000000011363355bbd22a4c070718ed249a8fa2b9a4a950b0ec 1.72 MB 4,569 2
892,963 892,963 00000000000000000001c57b4856624ab89aeb30c90b47bee137b790e919fe20 1.55 MB 4,063 7
892,962 892,962 00000000000000000001838c38c306ad0f81551742fd61289d9d90c251b4898b 1.46 MB 3,117 4
892,961 892,961 000000000000000000001dd843645d5155f148a08573d253d30d399ed0d921ea 1.70 MB 4,430 3
892,960 892,960 000000000000000000004ee4567cf9dc126bea0a252dd179fa6b06d2fb30b0da 1.59 MB 4,114 6
892,959 892,959 0000000000000000000206f81ab1a5b4dc17d0357547de394821234c4c815b85 1.70 MB 4,334 2
892,958 892,958 000000000000000000014785ac437ceca9da1c8d7c20e41b3ad2b097decd8abd 1.65 MB 3,690 3
892,957 892,957 00000000000000000000a5c2966c802ae4d3e6e4aee6f09e05d62d1e4e05843f 1.63 MB 3,984 5
892,956 892,956 0000000000000000000096eafb4d2c0f0af03da4456c17df42b61e49b479a2b4 1.70 MB 3,639 3
892,955 892,955 000000000000000000011cc67693e7cff99b752a69647a6c054c6ee83bff81e8 1.81 MB 1,713 1
892,954 892,954 00000000000000000001b4503115018e16f92ae0a2b276e3e05ab98d0f8c70d0 1.67 MB 3,387 2
892,953 892,953 0000000000000000000011f9a7b375c79759d88da311d961a19366c642d21cdd 1.78 MB 4,589 2
892,952 892,952 00000000000000000001cf619848e032803669ce7c8405703224b07e8d446942 1.63 MB 3,864 6
892,951 892,951 0000000000000000000249644ad8ad23dbd6bf0234bbcdce21a1fceabfcc225e 1.80 MB 4,692 2
892,950 892,950 000000000000000000017428ab09a55a62b1f915228f4ffd9c53b1758c608769 1.67 MB 4,286 3
892,949 892,949 0000000000000000000064f17972be6b1e77dbf9dc1d979f70a891aa569425c8 1.56 MB 3,822 6
892,948 892,948 00000000000000000000ff46fed0282a722fc6768b2a26aa96ea07bbead9bdae 1.77 MB 3,838 3
892,947 892,947 000000000000000000014b38aaeb20f2567a498dcc245c7b1a4ff31dcb8a551e 1.75 MB 4,753 3
892,946 892,946 00000000000000000001653b861ebfe1d145feee212e45b2a5490ddd783d749b 1.64 MB 3,950 5
892,945 892,945 000000000000000000023936b0d57b2ecbbc6c3bf557bca0be515597ebf3ede3 1.76 MB 3,961 4
Previous 10 blocks ↓
Total Size: 769.04 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.09 GB sent, 93.10 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.