Memory Pool Memory Pool Refreshing

3,747 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,263 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (10,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,893 896,893 00000000000000000002088b90edfa385095c13c1d09aec2ffb47d6381fd5400 2.60 MB 1,147 2
896,892 896,892 000000000000000000019e58c7423fcb0923fcd01fb8413110519b3c6435e65b 3.19 MB 925 2
896,891 896,891 00000000000000000001b4bbeeb6465331cc704586e3db90ff5c6b4ab7cc4133 3.06 MB 1,010 1
896,890 896,890 00000000000000000000f48b55d4cb6a385682f0d945a355bc29c56cc306ab3a 2.33 MB 1,209 1
896,889 896,889 00000000000000000001854adda9b7d39e3f39200ff215d8cfe4043df1ea6d80 1.59 MB 3,092 4
896,888 896,888 00000000000000000001b5544e117094d7e436d8c81e555c904821978c767079 1.30 MB 1,807 2
896,887 896,887 000000000000000000016bb80bd249d033d9f675ba4c4042ea25d32b18f2eafc 1.54 MB 3,949 6
896,886 896,886 00000000000000000000ac3163ef1060edc86ae07b6c4e6e626823847eccf10f 3.85 MB 366 1
896,885 896,885 00000000000000000000f51506d0ffc457b68f780ebc9f64a95e3f973ca9911d 2.14 MB 1,631 2
896,884 896,884 0000000000000000000065d438812c84d25d9556e2792bbb1060e0dcc9039fef 1.66 MB 1,460 2
896,883 896,883 00000000000000000000497f128afc7b1f76ac8f89d33c8a61438f9efec1eb90 1.54 MB 2,137 2
896,882 896,882 000000000000000000019b8c700542ed89e85d1effb6ffa0de26a899f2190eca 1.67 MB 2,537 1
896,881 896,881 000000000000000000019ca54eff86b07e702e85f77983f2a35b9e5c52086d04 1.69 MB 2,247 3
896,880 896,880 00000000000000000001ade6f98a90ade94a4b9dd8e57585e9b2bfe38e977792 1.77 MB 2,866 4
896,879 896,879 00000000000000000001dd6add74e1eb9c5a9e37ad400f979f97ad77951816a4 1.27 MB 1,363 3
896,878 896,878 00000000000000000001adc5d6a9b2dcd5e1275b8ca066759fc96559e7f5bc27 1.17 MB 963 2
896,877 896,877 00000000000000000001626b141701b050f024b24534981b9e7f1fa77cb3ea37 1.68 MB 2,208 2
896,876 896,876 00000000000000000000679c0bd8038daffca80822690dacd9cbd5533f05e24f 1.63 MB 4,117 5
896,875 896,875 0000000000000000000182a5a6dce71355be6c2635db0cdc309be4f009326dc7 1.52 MB 3,690 7
896,874 896,874 00000000000000000001d47e19cb5d952a3088d32c83caa788de33fb0c38d359 1.53 MB 3,101 5
896,873 896,873 0000000000000000000096a310b0681f97b25f1e9c2e24b43ab7a208b1b51b74 1.50 MB 3,045 5
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.