Memory Pool Memory Pool Refreshing

5,361 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (90,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,256 817,256 00000000000000000003bc61669e77f7b541731e90d214d598d39c7db8b6ecff 1.61 MB 3,467 111
817,255 817,255 00000000000000000003a4a759ccb3dfba2b62f0e6ed06cbabac425b0bdf0bf1 1.58 MB 3,772 115
817,254 817,254 000000000000000000011b4f507f6f6d911e64de03e2c85b89e2dad223a61c7f 1.70 MB 4,382 91
817,253 817,253 00000000000000000001c4e8507f641c7a7e0c2163fa78851477fdfa56273ff9 1.63 MB 4,034 113
817,252 817,252 00000000000000000000996649dc2791391082a3d4187aca55078680d4712ba4 1.78 MB 4,749 111
817,251 817,251 000000000000000000036061c227a69ea9ef8cd4459b4992982c989eb5f5591a 1.78 MB 4,835 89
817,250 817,250 00000000000000000003609518a8c5567bb55f7ebec9747610a8e38e8597d9b3 1.74 MB 4,546 101
817,249 817,249 00000000000000000004547c2174b054410e88caf924977d84bc2257a61b8e30 1.59 MB 3,645 135
817,248 817,248 000000000000000000039683b9debd7321820d62eccac382ed2dab2b51597805 1.71 MB 4,316 114
817,247 817,247 000000000000000000005a7a342b2c504330e0b7ffcfbf3b77fbe2bbb10fdf11 1.52 MB 2,773 78
817,246 817,246 000000000000000000009e0ebcd6fb1ad502181be5954343457c2f12f5060d6f 1.57 MB 3,278 100
817,245 817,245 0000000000000000000054a0d8292257e5e0bf91328e2967603ed8fb870878d9 1.62 MB 3,851 94
817,244 817,244 0000000000000000000358f38096af01f2f25d06bda5aee8d6f997c6acc3b9ae 1.64 MB 3,997 96
817,243 817,243 00000000000000000002f47398fdadb7b9ebb36744d04316e628b616ed874bc7 1.63 MB 3,813 110
817,242 817,242 0000000000000000000245bc3ba9e0c77c3fa1e63bfb417ff4f46b3d79467eb6 1.56 MB 3,212 177
817,241 817,241 000000000000000000005a14f981e8f03fa785c81c6c2b7ee081b61bba732d88 1.74 MB 3,893 138
817,240 817,240 0000000000000000000150470d84ae0a4234bb8ace5d0bf6ed3ba7d4c20a968c 1.72 MB 3,942 80
817,239 817,239 0000000000000000000240ccce200c546c9a2d764048bb02a628383024e93ec5 1.72 MB 3,913 80
817,238 817,238 000000000000000000039822673e59fa2c3f9bd3944d43cb57d9fe4ae8d12c1c 1.61 MB 3,699 106
817,237 817,237 0000000000000000000345cfb37260ba363b7f83734e51df98d5cd2cb28d680c 1.60 MB 3,673 155
817,236 817,236 000000000000000000025fb42ca7ddbe014fb13ac8079638d47eb97c89b43f2b 1.85 MB 5,297 94
Previous 10 blocks ↓
Total Size: 769.24 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,634.96 GB sent, 94.11 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.