Memory Pool Memory Pool Refreshing

797 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,907 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 789 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (14,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
892,944 892,944 000000000000000000005b88045c3f781802d19af8717ecd8cd3502b6b77a768 1.60 MB 3,964 3
892,943 892,943 0000000000000000000217e19852b7ce420a467d77c00ee4dfce46d6d150cbdd 1.70 MB 4,030 5
892,942 892,942 0000000000000000000147008c11154959853dc75607e838762fa80fba84d63b 1.69 MB 3,026 3
892,941 892,941 000000000000000000020cdbd11637bcc7051471ae8ea3e146645968febe1af3 1.58 MB 3,264 3
892,940 892,940 00000000000000000000aa5b5113c27cc43053d8a9538151b26385814e565498 1.77 MB 4,172 3
892,939 892,939 00000000000000000000269c4bba6fd20189d60946a1b2a91b7fbfd04d2bccd5 1.72 MB 4,080 3
892,938 892,938 000000000000000000013a89b50d7e5e0f16b99c3f2cea454babc3fe4912094e 1.63 MB 3,643 4
892,937 892,937 0000000000000000000077bb496d264723f9c5968ce2f217741c5a4136fa31e7 1.71 MB 3,566 4
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.82 GB sent, 94.77 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.